Navigation
API > API/Plugins > API/Plugins/Mover
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include | #include "MoverSimulationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMoverTickEndData
Remarks
Contains all state data produced by a simulation tick, including new simulation state
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMoverAuxStateContext | AuxState | ||
| FMovementModeTickEndState | MovementEndState | ||
| FMovementRecord | MoveRecord | ||
| FMoverSyncState | SyncState |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMoverTickEndData
(
const FMoverSyncState* SyncState, |