fx.Niagara.LeakDetector.GrowthCountThreshold

fx.Niagara.LeakDetector.GrowthCountThreshold

#Overview

name: fx.Niagara.LeakDetector.GrowthCountThreshold

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

Scope (from outer to inner):

file
namespace    NiagaraComponentLeakDetectorPrivate

Source code excerpt:


	static FAutoConsoleVariableRef CVarGrowthCountThreshold(
		TEXT("fx.Niagara.LeakDetector.GrowthCountThreshold"),
		GGrowthCountThreshold,
		TEXT("We need to see growth this many times without a drop in count before we consider it a leak."),
		ECVF_Default
	);

	static FAutoConsoleVariableRef CVarReportActiveLeaks(