Enum ECurrencyType Path C++ Link /Script/StormEscape.ECurrencyType underlying uint8 /Script/StormEscape Values 3 NameValueHex Credits00x00Tokens10x01ECurrencyType_MAX20x02 Used by 1types with a member, parameter or interface of this type FCurrencyData // /Script/StormEscape.ECurrencyType enum class ECurrencyType : uint8 { Credits = 0, Tokens = 1, ECurrencyType_MAX = 2, };