Navigation
API > API/Runtime > API/Runtime/SlateCore
Used to lookup information about specific SDF generation tasks - unlike FSdfGlyphEntryKey is also identified by em spread
| Name | FSdfGlyphTaskKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
Syntax
struct FSdfGlyphTaskKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSdfGlyphTaskKey
(
const FSdfGlyphEntryKey& InSdfGlyphEntryKey, |
Fonts/FontCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EmInnerSpread | float | Inner portion of distance field spread in em | Fonts/FontCache.h | |
| EmOuterSpread | float | Outer portion of distance field spread in em | Fonts/FontCache.h | |
| SdfGlyphEntryKey | const FSdfGlyphEntryKey | Glyph entry key | Fonts/FontCache.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyHash | uint32 | Cached hash value used for map lookups | Fonts/FontCache.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FSdfGlyphTaskKey& Other |
Fonts/FontCache.h | ||
bool operator==
(
const FSdfGlyphTaskKey& Other |
Fonts/FontCache.h |