Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUnboundMapCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUnboundValueMap< ValueType > * Find () |
Finds a map of the specified ValueType in this collection Returns nullptr if this collection does not contain such a mapping | UAF/ValueRuntime/UnboundMapCollection.h | |
const TUnboundValueMap< ValueType > * Find () |
Finds a map of the specified ValueType in this collection Returns nullptr if this collection does not contain such a mapping | UAF/ValueRuntime/UnboundMapCollection.h | |
FUnboundValueMap * Find
(
UScriptStruct* ValueType |
Finds a map of the specified ValueType in this collection Returns nullptr if this collection does not contain such a mapping | UAF/ValueRuntime/UnboundMapCollection.h | |
const FUnboundValueMap * Find
(
UScriptStruct* ValueType |
Finds a map of the specified ValueType in this collection Returns nullptr if this collection does not contain such a mapping | UAF/ValueRuntime/UnboundMapCollection.h |
Find()
Description
Finds a map of the specified ValueType in this collection Returns nullptr if this collection does not contain such a mapping
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/UnboundMapCollection.h" |
template<class ValueType>
TUnboundValueMap < ValueType > * Find()
Find()
Description
Finds a map of the specified ValueType in this collection Returns nullptr if this collection does not contain such a mapping
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/UnboundMapCollection.h" |
template<class ValueType>
const TUnboundValueMap < ValueType > * Find() const
Find(UScriptStruct *)
Description
Finds a map of the specified ValueType in this collection Returns nullptr if this collection does not contain such a mapping
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/UnboundMapCollection.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/UnboundMapCollection.cpp |
FUnboundValueMap * Find
(
UScriptStruct * ValueType
)
Find(UScriptStruct *)
Description
Finds a map of the specified ValueType in this collection Returns nullptr if this collection does not contain such a mapping
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/UnboundMapCollection.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/UnboundMapCollection.cpp |
const FUnboundValueMap * Find
(
UScriptStruct * ValueType
) const