Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/TUnboundValueMap
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Finds a mapping and returns a pointer to it or nullptr if not found, O(logN) |
UAF/ValueRuntime/UnboundValueMap.h |
|
const InValueType * Find
(
FName Name
) const
|
|
UAF/ValueRuntime/UnboundValueMap.h |
|
Find(FName)
Description
Finds a mapping and returns a pointer to it or nullptr if not found, O(logN)
| |
|
| Name |
Find |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundValueMap.h |
| Include Path |
#include "UAF/ValueRuntime/UnboundValueMap.h" |
InValueType * Find
(
FName Name
)
Find(FName)
| |
|
| Name |
Find |
| Type |
function |
| Header File |
/Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundValueMap.h |
| Include Path |
#include "UAF/ValueRuntime/UnboundValueMap.h" |
const InValueType * Find
(
FName Name
) const