Navigation
API > API/Plugins > API/Plugins/ChaosMover > API/Plugins/ChaosMover/UChaosPathedMovementControllerCo-
Description
Request the playback be one way (0->1), or round trip (there and back, 0->1->0)
| Name | RequestOneWayPlayback |
| 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 RequestOneWayPlayback
(
bool bWantsOneWayPlayback,
EChaosPathedMovementExecutionType ExecutionType,
bool bIsScheduled
)