Enum EProgressType Path C++ Link /Script/StormEscape.EProgressType underlying uint8 /Script/StormEscape Values 4 NameValueHex None00x00Activation10x01Persistent20x02EProgressType_MAX30x03 Used by 1types with a member, parameter or interface of this type ABaseItem // /Script/StormEscape.EProgressType enum class EProgressType : uint8 { None = 0, Activation = 1, Persistent = 2, EProgressType_MAX = 3, };