Enum EQTEState Path C++ Link /Script/StormEscape.EQTEState underlying uint8 /Script/StormEscape Values 4 NameValueHex Start00x00Success10x01Fail20x02EQTEState_MAX30x03 Used by 4types with a member, parameter or interface of this type ABaseFluidABaseToolboxABaseVehiclePartACrowbar // /Script/StormEscape.EQTEState enum class EQTEState : uint8 { Start = 0, Success = 1, Fail = 2, EQTEState_MAX = 3, };