Navigation
API > API/Runtime > API/Runtime/uLangUE
| Name | TuLangSymbolKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangUE/Public/ULangUEUtils.h |
| Include Path | #include "ULangUEUtils.h" |
Syntax
template<typename ValueType>
struct TuLangSymbolKeyFuncs : public BaseKeyFuncs< TPair< uLang::CSymbol, ValueType >, uLang::CSymbol >
Inheritance Hierarchy
- BaseKeyFuncs< TPair< uLang::CSymbol, ValueType >, uLang::CSymbol > → TuLangSymbolKeyFuncs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | BaseKeyFuncs< TPair< uLang::CSymbol, ValueType >, uLang::CSymbol > | ULangUEUtils.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
const uLang::CSymbol& Key |
ULangUEUtils.h | ||
static const uLang::CSymbol & GetSetKey
(
typename Super::ElementInitType Element |
ULangUEUtils.h | ||
static bool Matches
(
const uLang::CSymbol& A, |
ULangUEUtils.h |