UEConsole Commands
VariableConsole VariableRenderer

r.RayTracing.Reflections.MinRayDistance

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

Category: Renderer · Namespace: r

Help

Sets the minimum ray distance for ray traced reflection rays. Actual reflection ray length is computed as Lerp(MaxRayDistance, MinRayDistance, Roughness), i.e. reflection rays become shorter when traced from rougher surfaces. (default = -1 (infinite rays))

Usage

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