Navigation
API > API/Runtime > API/Runtime/Engine
Enumerates supported font caching types.
| Name | EFontCacheType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Font.h |
| Include Path | #include "Engine/Font.h" |
Syntax
enum EFontCacheType
{
Offline,
Runtime,
}
Values
| Name | Remarks |
|---|---|
| Offline | The font is using offline caching (this is how UFont traditionally worked). |
| Runtime | The font is using runtime caching (this is how Slate fonts work). |