Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataCollection
Description
Adds this data instance to the collection, taking ownership of it. If an existing data struct of the same type is already there, it will be removed first.
| Name | AddOrOverwriteData |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverTypes.cpp |
void AddOrOverwriteData
(
const TSharedPtr < FMoverDataStructBase > DataInstance
)