unreal.MoverDataCollectionLibrary

class unreal.MoverDataCollectionLibrary(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

Blueprint helper functions for working with a Mover data collection

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: MoverTypes.h

classmethod clear_data_from_collection(collection) MoverDataCollection

Clears all data from a collection

Parameters:

collection (MoverDataCollection) –

Returns:

collection (MoverDataCollection):

Return type:

MoverDataCollection