Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateFontKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h |
| Include Path | #include "Fonts/FontTypes.h" |
Syntax
template<typename ValueType>
struct FSlateFontKeyFuncs : public BaseKeyFuncs< TPair< FSlateFontKey, ValueType >, FSlateFontKey, false >
Inheritance Hierarchy
- BaseKeyFuncs → FSlateFontKeyFuncs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementInitType | Super::ElementInitType | Fonts/FontTypes.h | |
| KeyInitType | Super::KeyInitType | Fonts/FontTypes.h | |
| Super | BaseKeyFuncs< TPair< FSlateFontKey, ValueType >, FSlateFontKey > | Fonts/FontTypes.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
const FSlateFontKey& Identifier |
Fonts/FontTypes.h | ||
static const FSlateFontKey & GetSetKey
(
ElementInitType Element |
Fonts/FontTypes.h | ||
static bool Matches
(
const FSlateFontKey& A, |
Fonts/FontTypes.h |