Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType & EmplaceByHash
(
uint32 KeyHash, |
See Emplace() and class documentation section on ByHash() functions | Containers/Map.h | |
ValueType & EmplaceByHash
(
uint32 KeyHash, |
See Emplace() and class documentation section on ByHash() functions | Containers/Map.h |
EmplaceByHash(uint32, InitKeyType &&)
Description
See Emplace() and class documentation section on ByHash() functions
| Name | EmplaceByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
template<typename InitKeyType>
ValueType & EmplaceByHash
(
uint32 KeyHash,
InitKeyType && InKey
)
EmplaceByHash(uint32, InitKeyType &&, InitValueType &&)
Description
See Emplace() and class documentation section on ByHash() functions
| Name | EmplaceByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
template<typename InitKeyType, typename InitValueType>
ValueType & EmplaceByHash
(
uint32 KeyHash,
InitKeyType && InKey,
InitValueType && InValue
)