Enum ETextShapingMethod Path C++ Link /Script/SlateCore.ETextShapingMethod underlying uint8 /Script/SlateCore Values 4 NameValueHex Auto00x00KerningOnly10x01FullShaping20x02ETextShapingMethod_MAX30x03 Used by 1types with a member, parameter or interface of this type FShapedTextOptions // /Script/SlateCore.ETextShapingMethod enum class ETextShapingMethod : uint8 { Auto = 0, KerningOnly = 1, FullShaping = 2, ETextShapingMethod_MAX = 3, };