Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverNetworkPredictionLiaisonCo-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ShouldReconcile
(
const FMoverSyncState* PredictedSyncState, |
Query whether a rollback / resim should occur based on how different the predicted and authority sync states were. Called by Network Prediction system. | Backends/MoverNetworkPredictionLiaison.h | |
bool ShouldReconcile
(
const FMoverAuxStateContext* PredictedAuxState, |
Query whether a rollback / resim should occur based on how different the predicted and authority aux states were. Called by Network Prediction system. | Backends/MoverNetworkPredictionLiaison.h |
ShouldReconcile(const FMoverSyncState , const FMoverSyncState )
Description
Query whether a rollback / resim should occur based on how different the predicted and authority sync states were. Called by Network Prediction system.
| Name | ShouldReconcile |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/Backends/MoverNetworkPredictionLiaison.h |
| Include Path | #include "Backends/MoverNetworkPredictionLiaison.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/Backends/MoverNetworkPredictionLiaison.cpp |
bool ShouldReconcile
(
const FMoverSyncState * PredictedSyncState,
const FMoverSyncState * AuthoritySyncState
) const
ShouldReconcile(const FMoverAuxStateContext , const FMoverAuxStateContext )
Description
Query whether a rollback / resim should occur based on how different the predicted and authority aux states were. Called by Network Prediction system.
| Name | ShouldReconcile |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/Backends/MoverNetworkPredictionLiaison.h |
| Include Path | #include "Backends/MoverNetworkPredictionLiaison.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/Backends/MoverNetworkPredictionLiaison.cpp |
bool ShouldReconcile
(
const FMoverAuxStateContext * PredictedAuxState,
const FMoverAuxStateContext * AuthorityAuxState
) const