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 FMovementModeTickEndState
Remarks
Filled out by a MovementMode during simulation tick to indicate its ending state, allowing for a residual time step and switching modes mid-tick
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | NextModeName | ||
| float | RemainingMs | Any unused tick time. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |