Trace.SlowTaskMaxRegionDepth
Trace.SlowTaskMaxRegionDepth
#Overview
name: Trace.SlowTaskMaxRegionDepth
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Maximum depth of nested slow tasks to create as trace regions in Insights
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/Misc/SlowTask.cpp:17
Scope: file
Source code excerpt:
static int32 GSlowTaskMaxTraceRegionDepth = 2;
static FAutoConsoleVariableRef CVarSlowTaskMaxTraceRegionDepth (
TEXT("Trace.SlowTaskMaxRegionDepth"),
GSlowTaskMaxTraceRegionDepth,
TEXT("Maximum depth of nested slow tasks to create as trace regions in Insights"),
ECVF_Default
);
bool FSlowTask::ShouldCreateThrottledSlowTask()