Navigation
API > API/Runtime > API/Runtime/Core
An initializer type for keys that's passed to the pair set when adding a new key.
| Name | TKeyInitializer |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
Syntax
template<typename KeyInitType>
class TKeyInitializer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TKeyInitializer
(
KeyInitType InKey |
Initialization constructor. | Containers/Map.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | std::conditional_t< std::is_rvalue_reference_v< KeyInitType >, KeyInitType &, KeyInitType > | Containers/Map.h |