TRemoteIndependentTickService

Ticking remote clients on the server.

Windows
MacOS
Linux

Inheritance Hierarchy

IRemoteIndependentTickService

TRemoteIndependentTickService

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Ticking.inl

Include

#include "Services/NetworkPredictionService_Ticking.inl"

Syntax

template<typename InModelDef>
class TRemoteIndependentTickService : public IRemoteIndependentTickService

Remarks

Ticking remote clients on the server.

Constructors

Name Description

Public function

TRemoteIndependentTickService

(
    TModelDataStore< ModelDef >* I...
)

Functions

Overridden from IRemoteIndependentTickService

Name Description

Public function Virtual

void

 

Tick

(
    float DeltaTimeSeconds,
    const FVariableTickState* Vari...
)

Typedefs

Name

Description

ModelDef

Constants

Name

Description

MaxRemoteClientStepMS

MaxRemoteClientStepsPerFrame

MaxRemoteClientTotalMSPerFrame

MinRemoteClientStepMS

These are rough ballparks, maybe should be configurable.

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