Skip to main content

r.RenderCommandPipeMode

Var

Unreal Engine Var console variable.

rRenderCommandPipeMode

Description

Controls behavior of the main render thread command pipe. 0: Render commands are launched individually as tasks; 1: Render commands are enqueued into a render command pipe for the render thread only.; 2: Render commands are enqueued into a render command pipe for all declared pipes.;

Usage

r.RenderCommandPipeMode [value]

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