UEConsole Commands
VariableConsole VariableRenderer

r.RHICmdBypass

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

Category: Renderer · Namespace: r

Help

Whether to bypass the rhi command list and send the rhi commands immediately. 0: Disable (required for the multithreaded renderer) 1: Enable (convenient for debugging low level graphics API calls, can suppress artifacts from multithreaded renderer code)

Usage

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