Enum EMoodletScreenEffectType Path C++ Link /Script/StormEscape.EMoodletScreenEffectType underlying uint8 /Script/StormEscape Values 4 NameValueHex None00x00Fire10x01Electricity20x02EMoodletScreenEffectType_MAX30x03 Used by 1types with a member, parameter or interface of this type UPDA_MoodletData // /Script/StormEscape.EMoodletScreenEffectType enum class EMoodletScreenEffectType : uint8 { None = 0, Fire = 1, Electricity = 2, EMoodletScreenEffectType_MAX = 3, };