Logic Timeline

An actor that runs a timeline evaluating the value of a given curve. Use this to animate things, or to interpolate values.
Events
Description
Named Arguments
OnValueChanged
Event when the timeline's value is changed.
$Value
: Current value
OnFinished
Event when the timeline is finished.
-
Functions
Description
Parameters
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.
-
Last updated