Enum ELightState Path C++ Link /Script/StormEscape.ELightState underlying uint8 /Script/StormEscape Values 4 NameValueHex On00x00Off10x01Flickering20x02ELightState_MAX30x03 Used by 6types with a member, parameter or interface of this type UElectronicAmbienceAudioComponentULightControlSubsystemULightEnvironmentAudioComponentFLightFixtureDataFLightStateAudioTriggerFReplicatedLightState // /Script/StormEscape.ELightState enum class ELightState : uint8 { On = 0, Off = 1, Flickering = 2, ELightState_MAX = 3, };