TaskGraph.TestDontCompleteUntilForAlreadyComplete
TaskGraph.TestDontCompleteUntilForAlreadyComplete
#Overview
name: TaskGraph.TestDontCompleteUntilForAlreadyComplete
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If 1, then we before spawning a gather task, we just check if all of the subtasks are complete, and in that case we can skip the gather.
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:81
Scope: file
Source code excerpt:
static int32 GTestDontCompleteUntilForAlreadyComplete = 1;
static FAutoConsoleVariableRef CVarTestDontCompleteUntilForAlreadyComplete(
TEXT("TaskGraph.TestDontCompleteUntilForAlreadyComplete"),
GTestDontCompleteUntilForAlreadyComplete,
TEXT("If 1, then we before spawning a gather task, we just check if all of the subtasks are complete, and in that case we can skip the gather.")
);
UE_DEPRECATED(4.26, "No longer supported") CORE_API int32 GEnablePowerSavingThreadPriorityReductionCVar = 0;