Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType & FindOrAddByHash
(
uint32 KeyHash, |
See FindOrAdd() and class documentation section on ByHash() functions | Containers/Map.h | |
ValueType & FindOrAddByHash
(
uint32 KeyHash, |
Containers/Map.h | ||
ValueType & FindOrAddByHash
(
uint32 KeyHash, |
See FindOrAdd() and class documentation section on ByHash() functions | Containers/Map.h | |
ValueType & FindOrAddByHash
(
uint32 KeyHash, |
Containers/Map.h | ||
ValueType & FindOrAddByHash
(
uint32 KeyHash, |
Containers/Map.h | ||
ValueType & FindOrAddByHash
(
uint32 KeyHash, |
Containers/Map.h |
FindOrAddByHash(uint32, const KeyType &)
Description
See FindOrAdd() and class documentation section on ByHash() functions
| Name | FindOrAddByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
ValueType & FindOrAddByHash
(
uint32 KeyHash,
const KeyType & Key
)
FindOrAddByHash(uint32, KeyType &&)
| Name | FindOrAddByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
ValueType & FindOrAddByHash
(
uint32 KeyHash,
KeyType && Key
)
FindOrAddByHash(uint32, const KeyType &, const ValueType &)
Description
See FindOrAdd() and class documentation section on ByHash() functions
| Name | FindOrAddByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
ValueType & FindOrAddByHash
(
uint32 KeyHash,
const KeyType & Key,
const ValueType & Value
)
FindOrAddByHash(uint32, const KeyType &, ValueType &&)
| Name | FindOrAddByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
ValueType & FindOrAddByHash
(
uint32 KeyHash,
const KeyType & Key,
ValueType && Value
)
FindOrAddByHash(uint32, KeyType &&, const ValueType &)
| Name | FindOrAddByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
ValueType & FindOrAddByHash
(
uint32 KeyHash,
KeyType && Key,
const ValueType & Value
)
FindOrAddByHash(uint32, KeyType &&, ValueType &&)
| Name | FindOrAddByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
ValueType & FindOrAddByHash
(
uint32 KeyHash,
KeyType && Key,
ValueType && Value
)