Enum ETrapType Path C++ Link /Script/StormEscape.ETrapType underlying uint8 /Script/StormEscape Values 5 NameValueHex TreeFire00x00Flammable10x01Car20x02ElectricityCable30x03ETrapType_MAX40x04 Used by 3types with a member, parameter or interface of this type FTrapAudioDataFTrapAudioRowBaseFTrapDefinition // /Script/StormEscape.ETrapType enum class ETrapType : uint8 { TreeFire = 0, Flammable = 1, Car = 2, ElectricityCable = 3, ETrapType_MAX = 4, };