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