Navigation
API > API/Runtime > API/Runtime/Slate
The policy for how to handle painting the text in text widgets if there are font faces that are still async loading while painting.
| Name | EFontFacesLoadingPaintPolicy |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/SlateAsyncFontLoadingTypes.h |
| Include Path | #include "Framework/Text/SlateAsyncFontLoadingTypes.h" |
Syntax
enum EFontFacesLoadingPaintPolicy
{
DoNotPaint,
PaintAvailableGlyphs,
}
Values
| Name | Remarks |
|---|---|
| DoNotPaint | The text will not be painted if any of the associated font faces are async loading. |
| PaintAvailableGlyphs | All glyphs supported by loaded font faces will be painted. |