UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::TKeyValuePair< KeyType, ValueType > Struct Template Reference

#include <HashTable.h>

Public Member Functions

bool operator== (const KeyType &Key) const
 
 operator const KeyType & () const
 

Public Attributes

KeyType _Key
 
ValueType _Value
 

Member Function Documentation

◆ operator const KeyType &()

template<class KeyType , class ValueType >
uLang::TKeyValuePair< KeyType, ValueType >::operator const KeyType & ( ) const
inline

◆ operator==()

template<class KeyType , class ValueType >
bool uLang::TKeyValuePair< KeyType, ValueType >::operator== ( const KeyType &  Key) const
inline

Member Data Documentation

◆ _Key

template<class KeyType , class ValueType >
KeyType uLang::TKeyValuePair< KeyType, ValueType >::_Key

◆ _Value

template<class KeyType , class ValueType >
ValueType uLang::TKeyValuePair< KeyType, ValueType >::_Value

The documentation for this struct was generated from the following file: