Enum EFontImportCharacterSet Path C++ Link /Script/Engine.EFontImportCharacterSet underlying uint8 /Script/Engine Values 4 NameValueHex FontICS_Default00x00FontICS_Ansi10x01FontICS_Symbol20x02FontICS_MAX30x03 Used by 1types with a member, parameter or interface of this type FFontImportOptionsData // /Script/Engine.EFontImportCharacterSet enum class EFontImportCharacterSet : uint8 { FontICS_Default = 0, FontICS_Ansi = 1, FontICS_Symbol = 2, FontICS_MAX = 3, };