fx.Niagara.Batcher.DebugLogging

fx.Niagara.Batcher.DebugLogging

#Overview

name: fx.Niagara.Batcher.DebugLogging

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/NiagaraGpuComputeDispatch.cpp:130

Scope (from outer to inner):

file
namespace    FNiagaraGpuComputeDispatchLocal

Source code excerpt:

		static int32 GDebugLogging = 0;
		static FAutoConsoleVariableRef CVarNiagaraDebugLogging(
			TEXT("fx.Niagara.Batcher.DebugLogging"),
			GDebugLogging,
			TEXT("Enables a lot of spew to the log to debug the batcher."),
			ECVF_Default
		);
	#endif