Content:

Time manipulators

Supported versions: 5.2, 5.3, 5.4

There are several time manipulators available, which can affect the actor as well as thge whole world.


Time manipulators
SetWorldTimeFlowRate: Set the time flow rate for the world and all the actors in the world.
(Args -> NewTimeRate is clamped between MaxWorldTimeFlowRate and MinWorldTimeFlowRate)
(ReturnValue -> Time flow rate updated successfully ?)


SetActorTimeFlowRate: Sets the time flow rate for the owner actor only. (Args -> NewTimeRate is clamped between MaxActorTimeFlowRate and MinActorTimeFlowRate)
(ReturnValue -> Time flow rate updated successfully ?)


EnterSlowMotionState: Sets the time flow rate to SlowMotionTimeFlowRate. affects owner actor only
(ReturnValue -> State updated successfully ?)


ExitSlowMotionState: Sets the time flow rate to 1. affects owner actor only
(ReturnValue -> State updated successfully ?)


EnterFastMotionState: Sets the time flow rate to FastMotionTimeFlowRate. affects owner actor only
(ReturnValue -> State updated successfully ?)


ExitFastMotionState: Sets the time flow rate to 1. affects owner actor only
(ReturnValue -> State updated successfully ?)


StopTimeForActor: Sets time flow rate for owner actor to 1.
(ReturnValue -> State updated successfully ?)