FParametricMovementNetSimModelDef::ShouldReconcile

Compare this state with AuthorityState. return true if a reconcile (correction) should happen.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Movement/ParametricMovement.h

Include

#include "Movement/ParametricMovement.h"

Syntax

static bool ShouldReconcile
(
    const FParametricSyncState & AuthoritySync,
    const FParametricAuxState & AuthorityAux,
    const FParametricSyncState & PredictedSync,
    const FParametricAuxState & PredictedAux
)

Remarks

Compare this state with AuthorityState. return true if a reconcile (correction) should happen.

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