fx.Niagara.LeakDetector.TickDeltaSeconds

fx.Niagara.LeakDetector.TickDeltaSeconds

#Overview

name: fx.Niagara.LeakDetector.TickDeltaSeconds

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

Scope (from outer to inner):

file
namespace    NiagaraComponentLeakDetectorPrivate

Source code excerpt:


	static FAutoConsoleVariableRef CVarTickDeltaSeconds(
		TEXT("fx.Niagara.LeakDetector.TickDeltaSeconds"),
		GTickDeltaSeconds,
		TEXT("The time in seconds that must pass before we sample the component information."),
		ECVF_Default
	);

	static FAutoConsoleVariableRef CVarGrowthCountThreshold(