Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Fonts > API/Runtime/SlateCore/Fonts/FSlateFontCache
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
bool CanLoadCodepoint
(
const FFontData & InFontData,
const UTF32CHAR InCodepoint,
EFontFallback MaxFallbackLevel
) const
Remarks
Whether or not the specified character, within the specified font, can be loaded with the specified maximum font fallback level Whether or not the character can be loaded
Parameters
| Name | Description |
|---|---|
| InFontData | Information about the font to load |
| InCodepoint | The codepoint being loaded |
| MaxFallbackLevel | The maximum fallback level to try for the font |