Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & FindOrAddMutableDataByType () |
Find data of a specific type in the collection (mutable version). | MoverTypes.h | |
T & FindOrAddMutableDataByType
(
bool& bOutAdded |
Find data of a specific type in the collection (mutable version). | MoverTypes.h |
FindOrAddMutableDataByType()
Description
Find data of a specific type in the collection (mutable version). If not found, a new default instance will be added.
| Name | FindOrAddMutableDataByType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
template<typename T>
T & FindOrAddMutableDataByType()
FindOrAddMutableDataByType(bool &)
Description
Find data of a specific type in the collection (mutable version). If not found, a new default instance will be added. Outputs if the state was added or not.
| Name | FindOrAddMutableDataByType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
template<typename T>
T & FindOrAddMutableDataByType
(
bool & bOutAdded
)