net.EnableDetailedScopeCounters
net.EnableDetailedScopeCounters
#Overview
name: net.EnableDetailedScopeCounters
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables detailed networking scope cycle counters. There are often lots of these which can negatively impact performance.
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/Net/Core/Private/Net/Core/NetCoreModule.cpp:13
Scope: file
Source code excerpt:
bool GUseDetailedScopeCounters=true;
static FAutoConsoleVariableRef CVarNetEnableDetailedScopeCounters(
TEXT("net.EnableDetailedScopeCounters"),
GUseDetailedScopeCounters,
TEXT("Enables detailed networking scope cycle counters. There are often lots of these which can negatively impact performance."),
ECVF_Default);
DEFINE_LOG_CATEGORY(LogNetFastTArray);