Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateFontKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h |
| Include Path | #include "Fonts/FontTypes.h" |
Syntax
struct FSlateFontKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateFontKey
(
const FSlateFontInfo& InInfo, |
Fonts/FontTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FontInfo | FSlateFontInfo | Fonts/FontTypes.h | ||
| KeyHash | uint32 | Fonts/FontTypes.h | ||
| OutlineSettings | FFontOutlineSettings | Fonts/FontTypes.h | ||
| Scale | float | Fonts/FontTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSlateFontInfo & GetFontInfo() |
Fonts/FontTypes.h | ||
const FFontOutlineSettings & GetFontOutlineSettings() |
Fonts/FontTypes.h | ||
float GetScale() |
Fonts/FontTypes.h | ||
bool IsIdenticalToForCaching
(
const FSlateFontKey& Other |
Fonts/FontTypes.h |