EFontCacheType

Enumerates supported font caching types.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Font.h

Include

#include "Engine/Font.h"

Syntax

enum EFontCacheType
{
    Offline,
    Runtime,
}

Values

Name

Description

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).

Remarks

Enumerates supported font caching types.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss