Enum ESpecialActionType Path C++ Link /Script/StormEscape.ESpecialActionType underlying uint8 /Script/StormEscape Values 5 NameValueHex None00x00Generic110x01Generic220x02Talk30x03ESpecialActionType_MAX40x04 Used by 4types with a member, parameter or interface of this type ABaseFirstPersonCharacterABaseRadioItemUInteractComponentIInteractionInterface // /Script/StormEscape.ESpecialActionType enum class ESpecialActionType : uint8 { None = 0, Generic1 = 1, Generic2 = 2, Talk = 3, ESpecialActionType_MAX = 4, };