UEConsole Commands
VariableConsole VariableRenderer

r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange

r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange is a console variable in Unreal Engine 5 (UE5). See what r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange does, its values, and how to use this cvar in the Unreal console below.

Category: Renderer · Namespace: r

Help

Whether the default values for AutoExposure should support an extended range of scene luminance. This also change the PostProcessSettings.Exposure.MinBrightness, MaxBrightness, HistogramLogMin and HisogramLogMax to be expressed in EV100 values instead of in Luminance and Log2 Luminance. 0: Legacy range (default) 1: Extended range

Usage

Unreal console (open with ~)
> r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in r