TimeDiscrepancyAccumulatedClientDeltasSinceLastServerTick

When bResolvingTimeDiscrepancy is true, we are in time discrepancy resolution mode where we bound move deltas by Server Deltas.

Windows
MacOS
Linux

Syntax

float TimeDiscrepancyAccumulatedClientDeltasSinceLastServerTick

Remarks

When bResolvingTimeDiscrepancy is true, we are in time discrepancy resolution mode where we bound move deltas by Server Deltas. In cases where there are multiple ServerMove RPCs handled within one server frame tick, we need to accumulate the client deltas of the "no tick" Moves so that the next Move processed that the server server has ticked for takes into account those previous deltas. If we did not use this, the higher the framerate of a client vs the server results in more punishment/payback time.

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