Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverDataCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * FindDataByType () |
Find data of a specific type in the collection. If not found, null will be returned. | MoverTypes.h | |
FMoverDataStructBase * FindDataByType
(
const UScriptStruct* DataStructType |
Find data of a specific type in the collection. | MoverTypes.h |
FindDataByType()
Description
Find data of a specific type in the collection. If not found, null will be returned.
| Name | FindDataByType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
template<typename T>
const T * FindDataByType() const
FindDataByType(const UScriptStruct *)
Description
Find data of a specific type in the collection.
| Name | FindDataByType |
| 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 * FindDataByType
(
const UScriptStruct * DataStructType
) const