Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/TUnboundValueMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
InValueType & GetValue
(
int32 Index |
Retrieves a mapping value by index, O(1) | UAF/ValueRuntime/UnboundValueMap.h | |
const InValueType & GetValue
(
int32 Index |
UAF/ValueRuntime/UnboundValueMap.h |
GetValue(int32)
Description
Retrieves a mapping value by index, O(1)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundValueMap.h |
| Include Path | #include "UAF/ValueRuntime/UnboundValueMap.h" |
InValueType & GetValue
(
int32 Index
)
GetValue(int32)
| Name | GetValue |
| 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 & GetValue
(
int32 Index
) const