Skip to main content

r.RHICmdBypass

Var

Unreal Engine Var console variable.

rRHICmdBypass

Description

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

r.RHICmdBypass [value]

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