Enum EActivationType Path C++ Link /Script/StormEscape.EActivationType underlying uint8 /Script/StormEscape Values 5 NameValueHex None00x00Use10x01Toggle20x02Hold30x03EActivationType_MAX40x04 Used by 2types with a member, parameter or interface of this type ABaseItemABaseRadioItem // /Script/StormEscape.EActivationType enum class EActivationType : uint8 { None = 0, Use = 1, Toggle = 2, Hold = 3, EActivationType_MAX = 4, };