FMockAbilityNetSimModelDef::ShouldReconcile

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

Windows
MacOS
Linux

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/MockAbilitySimulation.h

Include

#include "MockAbilitySimulation.h"

Syntax

static bool ShouldReconcile
(
    const FMockAbilitySyncState & AuthoritySync,
    const FMockAbilityAuxState & AuthorityAux,
    const FMockAbilitySyncState & PredictedSync,
    const FMockAbilityAuxState & 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