Enum ECumulativeAchievementType Path C++ Link /Script/StormEscape.ECumulativeAchievementType underlying uint8 /Script/StormEscape Values 3 NameValueHex Default00x00Distance10x01ECumulativeAchievementType_MAX20x02 Used by 2types with a member, parameter or interface of this type FAchievementDefinitionUW_AchievementEntry_C // /Script/StormEscape.ECumulativeAchievementType enum class ECumulativeAchievementType : uint8 { Default = 0, Distance = 1, ECumulativeAchievementType_MAX = 2, };