fx.Niagara.CompileWaitLoggingCap
fx.Niagara.CompileWaitLoggingCap
#Overview
name: fx.Niagara.CompileWaitLoggingCap
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
During automation, how many times do we log before failing compilation?
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:112
Scope: file
Source code excerpt:
static int GNiagaraCompileWaitLoggingTerminationCap = 3;
static FAutoConsoleVariableRef CVarNiagaraCompileWaitLoggingTerminationCap(
TEXT("fx.Niagara.CompileWaitLoggingCap"),
GNiagaraCompileWaitLoggingTerminationCap,
TEXT("During automation, how many times do we log before failing compilation?"),
ECVF_Default
);
#if WITH_EDITORONLY_DATA