Navigation
API > API/Plugins > API/Plugins/Mover
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include | #include "MoverTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMoverTimeStep
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BaseSimTimeMs | Starting simulation time (in server simulation timespace) | |
| uint8: 1 | bIsResimulating | Indicates whether this time step is re-simulating based on prior inputs, such as during a correction. | |
| int32 | ServerFrame | The server simulation frame this timestep is associated with. | |
| float | StepMs | The delta time step for this tick. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMoverTimeStep
(
const FNetSimTimeStep& InNetSimTimeStep |
|||
FMoverTimeStep
(
const FNetSimTimeStep& InNetSimTimeStep, |