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="TargetAsRawBytes", AllowAbstract="false", DisplayName="Get Data From Collection"))
static void K2_GetDataFromCollection
(
bool & DidSucceed,
UPARAM const FMoverDataCollection & Collection,
UPARAM="Out Struct") int32 & TargetAsRawBytes
)
Remarks
Retrieves data from a collection, by writing to a target instance if it contains one of the matching type. Changes must be written back using AddDataToCollection.
Parameters
| Name | Description |
|---|---|
| DidSucceed | Flag indicating whether data was actually written to target struct instance |
| TargetAsRawBytes | The data struct instance to write to, which must be a FMoverDataStructBase sub-type |