Enum EItemSize Path C++ Link /Script/StormEscape.EItemSize underlying uint8 /Script/StormEscape Values 4 NameValueHex Small00x00Medium10x01Large20x02EItemSize_MAX30x03 Used by 4types with a member, parameter or interface of this type FItemBenchDataUItemHookComponentFItemSpawnInfoAWorkbench // /Script/StormEscape.EItemSize enum class EItemSize : uint8 { Small = 0, Medium = 1, Large = 2, EItemSize_MAX = 3, };