fx.Niagara.LeakDetector.ReportTotalLeaks
fx.Niagara.LeakDetector.ReportTotalLeaks
#Overview
name: fx.Niagara.LeakDetector.ReportTotalLeaks
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
How do we report total components leaks?0 - Never report.1 - Report immediately.2 - Report on GC. (default)\n
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/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponentLeakDetector.cpp:60
Scope (from outer to inner):
file
namespace NiagaraComponentLeakDetectorPrivate
Source code excerpt:
static FAutoConsoleVariableRef CVarReportTotalLeaks(
TEXT("fx.Niagara.LeakDetector.ReportTotalLeaks"),
GReportTotalLeaks,
TEXT("How do we report total components leaks?")
TEXT("0 - Never report.")
TEXT("1 - Report immediately.")
TEXT("2 - Report on GC. (default)\n"),
ECVF_Default