Getter and setters
Supported engine versions: 5.2, 5.3, 5.4
There are several functions available to fetch and set component properties.
Getter and setters
GetCurrentWorldTimeFlowRate: returns CurrentWorldTimeFlowRate.
GetCurrentActorTimeFlowRate: returns CurrentActorTimeFlowRate.
GetCurrentWorldTimeState: returns WorldTimeState.
GetCurrentActorTimeState: returns ActorTimeState.
IsRecordingData: returns true if, recording is enabled otherwise returns false,
CanReverse: There are many factors that affect this property. for instance, reverse cooldown timer is one of them.
Depending on those return true or false.
IsReversing: returns true if, owner is in reversing state otherwise returns false.
GetReversePoseName: (Only valid for characters) > returns current required reverse anim pose snapshot name(FName or Name). In animation blueprint use IsReversing function and based on it switch anim poses and use this name as poseSnapShotName. use this pose name while reversing.


IsDespawned: returns true if owner actor is despawned from world and is registered as a event for some other actor.
CanRecordAttributes: returns bCanRecordAttributes.
CanRegisterEvents: returns bCanRegisterEvents.
SetCanRecordAttributes: sets bCanSetAttributes.
SetCanRegisterEvents: sets bCanRegisterEvents.

GetCurrentActorTimeFlowRate: returns CurrentActorTimeFlowRate.

GetCurrentWorldTimeState: returns WorldTimeState.

GetCurrentActorTimeState: returns ActorTimeState.

IsRecordingData: returns true if, recording is enabled otherwise returns false,

CanReverse: There are many factors that affect this property. for instance, reverse cooldown timer is one of them.
Depending on those return true or false.

IsReversing: returns true if, owner is in reversing state otherwise returns false.

GetReversePoseName: (Only valid for characters) > returns current required reverse anim pose snapshot name(FName or Name). In animation blueprint use IsReversing function and based on it switch anim poses and use this name as poseSnapShotName. use this pose name while reversing.



IsDespawned: returns true if owner actor is despawned from world and is registered as a event for some other actor.

CanRecordAttributes: returns bCanRecordAttributes.

CanRegisterEvents: returns bCanRegisterEvents.

SetCanRecordAttributes: sets bCanSetAttributes.

SetCanRegisterEvents: sets bCanRegisterEvents.
