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