![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Map.h>
Public Member Functions | |
| UE_FORCEINLINE_HINT | TKeyInitializer (KeyInitType InKey) |
| template<typename KeyType , typename ValueType > | |
| operator TPair< KeyType, ValueType > () const | |
Public Attributes | |
| std::conditional_t< std::is_rvalue_reference_v< KeyInitType >, KeyInitType &, KeyInitType > | Key |
An initializer type for keys that's passed to the pair set when adding a new key.
|
inlineexplicit |
Initialization constructor.
|
inline |
| std::conditional_t<std::is_rvalue_reference_v<KeyInitType>, KeyInitType&, KeyInitType> TKeyInitializer< KeyInitType >::Key |