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