Enum ELocalExposureMethod Path C++ Link /Script/Engine.ELocalExposureMethod underlying uint8 /Script/Engine Values 3 NameValueHex Bilateral00x00Fusion10x01ELocalExposureMethod_MAX20x02 Used by 1types with a member, parameter or interface of this type FPostProcessSettings // /Script/Engine.ELocalExposureMethod enum class ELocalExposureMethod : uint8 { Bilateral = 0, Fusion = 1, ELocalExposureMethod_MAX = 2, };