Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 729 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 729 Bytes

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