Navigation
API > API/Plugins > API/Plugins/ChaosMover
Execution type for pathed movement modifications, i.e. whether the modification is executed on the authority only or predicted on the client
| Name | EChaosPathedMovementExecutionType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ChaosMover/Source/ChaosMover/Public/ChaosMover/PathedMovement/ChaosPathedMovementControllerComponent.h |
| Include Path | #include "ChaosMover/PathedMovement/ChaosPathedMovementControllerComponent.h" |
Syntax
enum EChaosPathedMovementExecutionType
{
UMETA =(DisplayName = "Authority Only"),
UMETA =(DisplayName = "Client Predicted - Autonomous Only"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | Only executed if attempted on the authority. |
| UMETA | If the actor is autonomous proxy, this action will execute predictively. |