stats.SpewSpam
stats.SpewSpam
#Overview
name: stats.SpewSpam
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If set to 1, periodically prints a profile of messages coming into the stats system. Messages should be minimized to cut down on overhead.
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/Stats/StatsData.cpp:669
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarSpewStatsSpam(
TEXT("stats.SpewSpam"),
0,
TEXT("If set to 1, periodically prints a profile of messages coming into the stats system. Messages should be minimized to cut down on overhead.")
);
void FStatsThreadState::ScanForAdvance(const FStatMessagesArray& Data)