Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionTickState.h |
Include | #include "NetworkPredictionTickState.h" |
Syntax
struct FNetSimTimeStep
Remarks
TimeStep info that is passed into SimulationTick.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | Frame | The Simulation Frame number we are computing in this tick, E.g, the output frame. |
![]() |
int32 | StepMS | The delta time step for this tick. |
![]() |
int32 | TotalSimulationTime | How much simulation time has ran up until this point. |