TaskGraph.ABTestThreads
TaskGraph.ABTestThreads
#Overview
name: TaskGraph.ABTestThreads
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Takes two 0/1 arguments. Equivalent to setting TaskGraph.UseHiPriThreads and TaskGraph.UseBackgroundThreads, respectively. Packages as one command for use with the abtest command.
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:138
Scope: file
Source code excerpt:
static FAutoConsoleCommand ThreadSwitchForABTestCommand(
TEXT("TaskGraph.ABTestThreads"),
TEXT("Takes two 0/1 arguments. Equivalent to setting TaskGraph.UseHiPriThreads and TaskGraph.UseBackgroundThreads, respectively. Packages as one command for use with the abtest command."),
FConsoleCommandWithArgsDelegate::CreateStatic(&ThreadSwitchForABTest)
);
#endif