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