Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FCharacterList
Description
Gets data about how to render and measure a character. Caching and atlasing it if needed. Subsequent calls may invalidate previous pointers.
| Name | GetCharacter |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
const FCharacterEntry & GetCharacter
(
TCHAR Character,
const EFontFallback MaxFontFallback
)
Data about the character
Parameters
| Name | Remarks |
|---|---|
| Character | The character to get |
| MaxFontFallback | The maximum fallback level that can be used when resolving glyphs |