Skip to main content

r.CustomDepth

Var

Unreal Engine Var console variable.

rCustomDepth

Description

0: feature is disable 1: feature is enabled, texture is created on deman 2: feature is enabled, texture is not released until required (should be the project setting if the feature should not stall 3: feature is enabled, stencil writes are enabled, texture is not released until required (should be the project setting if the feature should not stall)

Usage

r.CustomDepth [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.

Related Variables