Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDictionaryData
Description
Merges contained data from a previous frame with that of the current frame. For more information, see the comments on FNetworkPhysicsData::MergeData. From is guaranteed to be the same concrete type as 'this'. Override for: Types that compose INPUT data for physics-based movement
Virtual Inheritance
- FMoverDataStructBase::Merge → FMoverDictionaryData::Merge
| Name | Merge |
| 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 void Merge
(
const FMoverDataStructBase & From
)