Skip to content

dantreble/Tweener

Repository files navigation

Tweener

Tweener is a Unreal Engine plugin for animating properties. It works independently of using a tick or a animation. It doesn't require any initialisation.

Actor Location Example

Material Color Example

Widget Scale Example

Each tween is available as a async task, or can be created from the tweener subsystem.

It can tween

  • Actor/SceneComponent

    • Location
    • Rotation
    • Scale
  • Material

    • Color/Vector
    • Scalar
  • Widget

    • RenderLocation
    • RenderScale
    • RenderShear
    • RenderAngle
    • RenderOpacity
    • Color
  • Property

    • Float
    • Vector

It started as a port of GoKitLite for Unreal

About

Tweening Plugin For Unreal Engine 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages