fx.Niagara.CompileWaitLoggingThreshold

fx.Niagara.CompileWaitLoggingThreshold

#Overview

name: fx.Niagara.CompileWaitLoggingThreshold

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/NiagaraSystem.cpp:104

Scope: file

Source code excerpt:

static float GNiagaraCompileWaitLoggingThreshold = 30.0f;
static FAutoConsoleVariableRef CVarNiagaraCompileWaitLoggingThreshold(
	TEXT("fx.Niagara.CompileWaitLoggingThreshold"),
	GNiagaraCompileWaitLoggingThreshold,
	TEXT("During automation, how long do we wait for a compile result before logging."),
	ECVF_Default
);

static int GNiagaraCompileWaitLoggingTerminationCap = 3;