FNetworkPredictionData_Server

Network data representation on the server.

Windows
MacOS
Linux

Inheritance Hierarchy

FNetworkPredictionData_Server

FNetworkPredictionData_Server_Character

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Interfaces/NetworkPredictionInterface.h

Include

#include "Interfaces/NetworkPredictionInterface.h"

Syntax

class FNetworkPredictionData_Server

Remarks

Network data representation on the server.

Variables

Name Description

Public variable

bool

 

bForcedUpdateDurationExceeded

Set to true while bTriggeringForcedUpdates is true and after update duration has been exceeded (when server will stop forcing updates).

Public variable

bool

 

bTriggeringForcedUpdates

Set to true while requirements for ForcePositionUpdate interval are met, and set back to false after updates are received again.

Public variable

float

 

ServerTimeBeginningForcedUpdates

Initial ServerTimeStamp that triggered a ForcedPositionUpdate series.

Public variable

float

 

ServerTimeLastForcedUpdate

ServerTimeStamp last time we called ForcePositionUpdate.

Public variable

float

 

ServerTimeStamp

Server clock time when last server move was received or movement was forced to be processed

Constructors

Destructors

Functions

Name Description

Public function Virtual

void

 

ResetForcedUpdateState()

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