UEConsole Commands
VariableConsole VariableRenderer

r.ViewDistanceScale

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

Category: Renderer · Namespace: r

Help

Controls the view distance scale. A primitive\'s MaxDrawDistance is scaled by this value. Higher values will increase view distance but at a performance cost. Default = 1.

Usage

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