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