UEConsole Commands
CommandConsole CommandRemaining

TaskGraph.NumWorkerThreadsToIgnore

TaskGraph.NumWorkerThreadsToIgnore is a console command in Unreal Engine 5 (UE5). See what TaskGraph.NumWorkerThreadsToIgnore does and how to run it in the Unreal Engine console below.

Category: Remaining · Namespace: taskgraph

Description

Used to tune the number of task threads. Generally once you have found the right value, PlatformMisc::NumberOfWorkerThreadsToSpawn() should be hardcoded.

Usage

Unreal console (open with ~)
> TaskGraph.NumWorkerThreadsToIgnore

Related in taskgraph