Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataStructBase
- FMoverDataStructBase::ShouldReconcile()
- FMoverDefaultSyncState::ShouldReconcile()
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include | #include "MoverTypes.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverTypes.cpp |
virtual bool ShouldReconcile
(
const FMoverDataStructBase & AuthorityState
) const
Remarks
Checks if the contained data is equal, within reason. MUST be override by types that compose STATE data (sync or aux). AuthorityState is guaranteed to be the same concrete type as 'this'.