![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UnrealTemplate.h>
Public Member Functions | |
| TKeyValuePair (const KeyType &InKey, const ValueType &InValue) | |
| TKeyValuePair (const KeyType &InKey) | |
| TKeyValuePair () | |
| bool | operator== (const TKeyValuePair &Other) const |
| bool | operator!= (const TKeyValuePair &Other) const |
| bool | operator< (const TKeyValuePair &Other) const |
| UE_FORCEINLINE_HINT bool | operator() (const TKeyValuePair &A, const TKeyValuePair &B) const |
Public Attributes | |
| KeyType | Key |
| ValueType | Value |
Helper class to make it easy to use key/value pairs with a container.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| KeyType TKeyValuePair< KeyType, ValueType >::Key |
| ValueType TKeyValuePair< KeyType, ValueType >::Value |