TRealTimeAccumulator< TickSettings, true >

Specialized version of FixedTicking. This accumulates real time that spills over into NetworkSimTime as it crosses the FixStep threshold.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkedSimulationModelTick.h

Include

#include "NetworkedSimulationModelTick.h"

Syntax

template<typename TickSettings>
struct TRealTimeAccumulator< TickSettings, true >

Remarks

Specialized version of FixedTicking. This accumulates real time that spills over into NetworkSimTime as it crosses the FixStep threshold.

Variables

Name Description

Public variable

const TRealTime

 

RealTimeFixedStep

Functions

Name Description

Public function

void

 

Accumulate

(
    FNetworkSimTime& NetworkSimTime,
    const TRealTime RealTimeSeconds
)

Public function

void

 

Reset()

Typedefs

Name

Description

TRealTime

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss