FNetSimTimeStep

TimeStep info that is passed into SimulationTick.

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public variable

int32

 

Frame

The Simulation Frame number we are computing in this tick, E.g, the output frame.

Public variable

int32

 

StepMS

The delta time step for this tick.

Public variable

int32

 

TotalSimulationTime

How much simulation time has ran up until this point.