Component properties
Supported engine versions: 5.2, 5.3, 5.4
There are several properties which have the user control over.
1> Actor_ReverseInterpSpeed: Controls the pace at which the actor transform is reversed.
2> bRecordActorMovement: Decides if actor transform and anim pose name for characters should be recorded or not.
3> SlowMotionTimeFlowRate: Time flow rate for slow motion state for quick shifts in time dialation.
4> FastMotionTimeFlowRate: Time flow rate for fast motion state for quick shifts in time dialation.
5> MaxReverseDuration: Maximum number of seconds for which owner actor can be reversed. High reverse duration affects performance.
6> ReverseRender_FPS: Number of times actor is updated per second while reversing, affects perforce heavily.
7> DefaultGravityScale_Pawn: Should be set to the gravity scale value for pawns.
8> bCanRecordAttributes: Decides if variables/attributes can be registered. If set to false, all the register attribute functions will not work.
9> bCanRegisterEvents: Decides if spawn and despawn events can be regsitered and reversed. If set to false, events will not be registered.
if the actor is not registered any events, set to false or it will affect performance.
10> OnReverseFrameJumpDelta: Increments the number of frames to be skipped on time reverse start.
11> MaxWorldTimeFlowRate: Maximum constraint for world time flow rate, world time flow rate cannot go boyond this value.
12> MaxActorTimeFlowRate: Maximum constraint for actor time flow rate, actor time flow rate cannot go boyond this value.
13> MinWorldTimeFlowRate: Minimum constraint for world time flow rate, world time flow rate cannot go below this value
14> MinActorTimeFlowRate: Minimum constraint for actor time flow rate,actpr time flow rate cannot go below this value