UEConsole Commands
VariableConsole VariableRenderer

r.RHICmdMinCmdlistSizeForParallelTranslate

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

Category: Renderer · Namespace: r

Help

In kilobytes. Cmdlists are merged into one parallel translate until we have at least this much memory to process. For a given pass, we won\'t do more translates than we have task threads. Only relevant if r.RHICmdBalanceTranslatesAfterTasks is on.

Usage

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