Enum ETreeState Path C++ Link /Script/StormEscape.ETreeState underlying uint8 /Script/StormEscape Values 4 NameValueHex Normal00x00Transitioning10x01NoLeaves20x02ETreeState_MAX30x03 Used by 1types with a member, parameter or interface of this type FTreeAudioEntry // /Script/StormEscape.ETreeState enum class ETreeState : uint8 { Normal = 0, Transitioning = 1, NoLeaves = 2, ETreeState_MAX = 3, };