Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverDataCollectionLibrary
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 |
UFUNCTION (BlueprintCallable, CustomThunk, Category="Mover|Data",
Meta=(CustomStructureParam="SourceAsRawBytes", AllowAbstract="false", DisplayName="Add Data To Collection"))
static void K2_AddDataToCollection
(
UPARAM FMoverDataCollection & Collection,
UPARAM="Struct To Add") const int32 & SourceAsRawBytes
)
Remarks
Add a data struct to the collection, overwriting an existing one with the same type
Parameters
| Name | Description |
|---|---|
| SourceAsRawBytes | The data struct instance to add by copy, which must be a FMoverDataStructBase sub-type |