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 FSimulationTickParams
Remarks
Input parameters to provide context for SimulationTick functions.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovingComponentSet | MovingComps | Components involved in movement by the simulation. | |
| FProposedMove | ProposedMove | Proposed movement for this tick. | |
| FMoverTickStartData | StartState | Simulation state data at the start of the tick, including Input Cmd. | |
| FMoverTimeStep | TimeStep | Time and frame information for this tick. |