Enum ERepairState Path C++ Link /Script/StormEscape.ERepairState underlying uint8 /Script/StormEscape Values 5 NameValueHex Repaired00x00Damaged10x01Inserted20x02None30x03ERepairState_MAX40x04 Used by 2types with a member, parameter or interface of this type ABaseVehiclePartAStationaryRadio // /Script/StormEscape.ERepairState enum class ERepairState : uint8 { Repaired = 0, Damaged = 1, Inserted = 2, None = 3, ERepairState_MAX = 4, };