Navigation
API > API/Plugins > API/Plugins/Mover
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UMoverDataCollectionLibrary
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include | #include "MoverTypes.h" |
Syntax
UCLASS ()
class UMoverDataCollectionLibrary : public UBlueprintFunctionLibrary
Remarks
Blueprint helper functions for working with a Mover data collection.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ClearDataFromCollection
(
UPARAM(Ref) FMoverDataCollection& Collection |
Clears all data from a collection | |
| void | K2_AddDataToCollection
(
UPARAM(Ref) FMoverDataCollection& Collection, |
Add a data struct to the collection, overwriting an existing one with the same type | |
| void | K2_GetDataFromCollection
(
bool& DidSucceed, |
Retrieves data from a collection, by writing to a target instance if it contains one of the matching type. |