fx.LogNiagaraSystemChanges
fx.LogNiagaraSystemChanges
#Overview
name: fx.LogNiagaraSystemChanges
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0 Niagara Systems will be written to a text format when opened and closed in the editor. \n
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/NiagaraEditor/Private/Toolkits/NiagaraSystemToolkit.cpp:76
Scope: file
Source code excerpt:
static int32 GbLogNiagaraSystemChanges = 0;
static FAutoConsoleVariableRef CVarLogNiagaraSystemChanges(
TEXT("fx.LogNiagaraSystemChanges"),
GbLogNiagaraSystemChanges,
TEXT("If > 0 Niagara Systems will be written to a text format when opened and closed in the editor. \n"),
ECVF_Default
);
FNiagaraSystemToolkit::~FNiagaraSystemToolkit()