Skip to main content

r.MeshDrawCommands.AllowOnDemandShaderCreation

Var

Unreal Engine Var console variable.

rMeshDrawCommandsAllowOnDemandShaderCreation

Description

How to create RHI shaders 0: Always create them on a Rendering Thread, before executing other MDC tasks 1: If RHI supports multi-threaded shader creation, create them on demand on tasks threads, at the time of submitting the draws

Usage

r.MeshDrawCommands.AllowOnDemandShaderCreation [value]

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