Enum EPropWeight Path C++ Link /Script/StormEscape.EPropWeight underlying uint8 /Script/StormEscape Values 4 NameValueHex Light00x00Medium10x01Heavy20x02EPropWeight_MAX30x03 // /Script/StormEscape.EPropWeight enum class EPropWeight : uint8 { Light = 0, Medium = 1, Heavy = 2, EPropWeight_MAX = 3, };