Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & FindOrAddDataByType () |
Find data of a specific type in the collection. If not found, a new default instance will be added. | MoverTypes.h | |
FMoverDataStructBase * FindOrAddDataByType
(
const UScriptStruct* DataStructType |
Find data of a specific type in the collection. If not found, a new default instance will be added. | MoverTypes.h |
FindOrAddDataByType()
Description
Find data of a specific type in the collection. If not found, a new default instance will be added.
| Name | FindOrAddDataByType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
template<typename T>
const T & FindOrAddDataByType()
FindOrAddDataByType(const UScriptStruct *)
Description
Find data of a specific type in the collection. If not found, a new default instance will be added.
| Name | FindOrAddDataByType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverTypes.cpp |
FMoverDataStructBase * FindOrAddDataByType
(
const UScriptStruct * DataStructType
)