Navigation
API > API/Plugins > API/Plugins/Mover
Contains all state data for the start of a simulation tick
| Name | FMoverTickStartData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverSimulationTypes.h |
| Include Path | #include "MoverSimulationTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMoverTickStartData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MoverSimulationTypes.h | |||
FMoverTickStartData
(
const FMoverInputCmdContext& InInputCmd, |
MoverSimulationTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuxState | FMoverAuxStateContext | MoverSimulationTypes.h |
|
|
| InputCmd | FMoverInputCmdContext | MoverSimulationTypes.h |
|
|
| SyncState | FMoverSyncState | MoverSimulationTypes.h |
|