Logic Timeline
Last updated
Last updated
An actor that runs a timeline evaluating the value of a given curve. Use this to animate things, or to interpolate values.
OnValueChanged
Event when the timeline's value is changed.
$Value
: Current value
OnFinished
Event when the timeline is finished.
-
Play
Start the timeline.
-
PlayFromStart
Start the timeline from the start.
-
Reverse
Reverse the timeline.
-
ReverseFromEnd
Reverse the timeline from the end.
-
Stop
Stop the timeline.
-