TaskGraph.NumWorkerThreadsToIgnore
TaskGraph.NumWorkerThreadsToIgnore
#Overview
name: TaskGraph.NumWorkerThreadsToIgnore
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Used to tune the number of task threads. Generally once you have found the right value, PlatformMisc::NumberOfWorkerThreadsToSpawn() should be hardcoded.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/Async/TaskGraph.cpp:2766
Scope: file
Source code excerpt:
static FAutoConsoleCommand CVarNumWorkerThreadsToIgnore(
TEXT("TaskGraph.NumWorkerThreadsToIgnore"),
TEXT("Used to tune the number of task threads. Generally once you have found the right value, PlatformMisc::NumberOfWorkerThreadsToSpawn() should be hardcoded."),
FConsoleCommandWithArgsDelegate::CreateStatic(&HandleNumWorkerThreadsToIgnore)
);
static void SetTaskThreadPriority(const TArray<FString>& Args)
{