UEConsole Commands
VariableConsole VariableRenderer

r.HDR.Display.OutputDevice

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

Category: Renderer · Namespace: r

Help

Device format of the output display: 0: sRGB (LDR) 1: Rec709 (LDR) 2: Explicit gamma mapping (LDR) 3: ACES 1000 nit ST-2084 (Dolby PQ) (HDR) 4: ACES 2000 nit ST-2084 (Dolby PQ) (HDR) 5: ACES 1000 nit ScRGB (HDR) 6: ACES 2000 nit ScRGB (HDR) 7: Linear EXR (HDR) 8: Linear final color, no tone curve (HDR) 9: Linear final color with tone curve

Usage

Unreal console (open with ~)
> r.HDR.Display.OutputDevice 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