Enum EStateTreeNodeFormatting Path C++ Link /Script/StateTreeModule.EStateTreeNodeFormatting underlying uint8 /Script/StateTreeModule Values 3 NameValueHex RichText00x00Text10x01EStateTreeNodeFormatting_MAX20x02 Used by 1types with a member, parameter or interface of this type UStateTreeNodeBlueprintBase // /Script/StateTreeModule.EStateTreeNodeFormatting enum class EStateTreeNodeFormatting : uint8 { RichText = 0, Text = 1, EStateTreeNodeFormatting_MAX = 2, };