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