Enum EFontCacheType Path C++ Link /Script/Engine.EFontCacheType underlying uint8 /Script/Engine Values 3 NameValueHex Offline00x00Runtime10x01EFontCacheType_MAX20x02 Used by 1types with a member, parameter or interface of this type UFont // /Script/Engine.EFontCacheType enum class EFontCacheType : uint8 { Offline = 0, Runtime = 1, EFontCacheType_MAX = 2, };