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