Skip to main content

TaskGraph.TaskPriorities.ParallelTranslateCommandListPrepass

Var

Unreal Engine Var console variable.

TaskGraphTaskPrioritiesParallelTranslateCommandListPrepass

Description

Task and thread priority for FParallelTranslateCommandList for the prepass, which we would like to get to the GPU asapArguments are three characters: [ThreadPriority][TaskPriority][TaskPriorityIfForcedToNormalThreadPriority] where ThreadPriority is 'h' or 'n' or 'b' (high/normal/background) and TaskPriority is 'h' or 'n' (high/normal). Example: TaskGraph.TaskPriorities.ParallelTranslateCommandListPrepass bnh

Usage

TaskGraph.TaskPriorities.ParallelTranslateCommandListPrepass [value]

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