UEConsole Commands
VariableConsole VariableRenderer

r.CustomDepth.Order

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

Category: Renderer · Namespace: r

Help

When CustomDepth (and CustomStencil) is getting rendered 0: Before Base Pass (Allows samping in DBuffer pass. Can be more efficient with AsyncCompute.) 1: After Base Pass 2: Default (Before Base Pass if DBuffer enabled.)

Usage

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