fx.Niagara.LeakDetector.DebugMessageTime

fx.Niagara.LeakDetector.DebugMessageTime

#Overview

name: fx.Niagara.LeakDetector.DebugMessageTime

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

Scope (from outer to inner):

file
namespace    NiagaraComponentLeakDetectorPrivate

Source code excerpt:


	static FAutoConsoleVariableRef CVarDebugMessageTime(
		TEXT("fx.Niagara.LeakDetector.DebugMessageTime"),
		GDebugMessageTime,
		TEXT("Time we display the debug message for on screen."),
		ECVF_Default
	);

	void AddLeakWarning(UWorld* World, FName MessageKey, const FString& Message)