Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosPathedMovementControllerCo-
Description
Request to set playback in reverse (bWantsReversePlayback = True) or forward (False)
| Name | RequestReversePlayback |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/PathedMovement/ChaosPathedMovementControllerComponent.h |
| Include Path | #include "ChaosMover/PathedMovement/ChaosPathedMovementControllerComponent.h" |
| Source | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Private/PathedMovement/ChaosPathedMovementControllerComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Pathed Movement")
void RequestReversePlayback
(
bool bWantsReversePlayback,
EChaosPathedMovementExecutionType ExecutionType,
bool bIsScheduled
)