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 FMoverTickStartData
Remarks
Contains all state data for the start of a simulation tick
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMoverAuxStateContext | AuxState | ||
| FMoverInputCmdContext | InputCmd | ||
| FMoverSyncState | SyncState |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMoverTickStartData
(
const FMoverInputCmdContext& InInputCmd, |