FNetworkPredictionDriverBase::ShouldReconcile

ShouldReconcile

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

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

Include

#include "NetworkPredictionDriver.h"

Syntax

static bool ShouldReconcile
(
    const TSyncAuxPair< StateTypes > & Predicted,
    const TSyncAuxPair< StateTypes > & Authority
)

Remarks

ShouldReconcile

Determines if Sync/Aux state have diverged enough to force a correction. The default implementation will call ShouldReconcile on the state itself: bool FMySyncState::ShouldReconcile(const FMySyncState& Authority) const.

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