fx.Niagara.LeakDetector.ReportActiveLeaks

fx.Niagara.LeakDetector.ReportActiveLeaks

#Overview

name: fx.Niagara.LeakDetector.ReportActiveLeaks

This variable is created as a Console Variable (cvar).

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:50

Scope (from outer to inner):

file
namespace    NiagaraComponentLeakDetectorPrivate

Source code excerpt:


	static FAutoConsoleVariableRef CVarReportActiveLeaks(
		TEXT("fx.Niagara.LeakDetector.ReportActiveLeaks"),
		GReportActiveLeaks,
		TEXT("How do we report active components leaks?")
		TEXT("0 - Never report.")
		TEXT("1 - Report immediately. (default)")
		TEXT("2 - Report on GC.\n"),
		ECVF_Default