Navigation
API > API/Runtime > API/Runtime/uLangCore
| Name | TKeyValuePair |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/HashTable.h |
| Include Path | #include "uLang/Common/Containers/HashTable.h" |
Syntax
template<class KeyType, class ValueType>
struct TKeyValuePair
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Key | KeyType | uLang/Common/Containers/HashTable.h | ||
| _Value | ValueType | uLang/Common/Containers/HashTable.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator const KeyType &() |
uLang/Common/Containers/HashTable.h | ||
bool operator==
(
const KeyType& Key |
uLang/Common/Containers/HashTable.h |