Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDictionaryData
Description
Checks if the contained data is equal, within reason. AuthorityState is guaranteed to be the same concrete type as 'this'. Override for: All types that compose STATE data (sync or aux) and types that compose INPUT data for physics-based movement
Virtual Inheritance
- FMoverDataStructBase::ShouldReconcile → FMoverDictionaryData::ShouldReconcile
| Name | ShouldReconcile |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/BlueprintDataExt.h |
| Include Path | #include "BlueprintDataExt.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/BlueprintDataExt.cpp |
virtual bool ShouldReconcile
(
const FMoverDataStructBase & AuthorityState
) const