fx.Niagara.DeletePythonFilesOnError
fx.Niagara.DeletePythonFilesOnError
#Overview
name: fx.Niagara.DeletePythonFilesOnError
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
This determines whether we keep the intermediate python used by module/emitter versioning around when they were executed and resulted in an error.
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/NiagaraEditorUtilities.cpp:85
Scope: file
Source code excerpt:
static int GNiagaraDeletePythonFilesOnError = 1;
static FAutoConsoleVariableRef CVarDeletePythonFilesOnError(
TEXT("fx.Niagara.DeletePythonFilesOnError"),
GNiagaraDeletePythonFilesOnError,
TEXT("This determines whether we keep the intermediate python used by module/emitter versioning around when they were executed and resulted in an error."),
ECVF_Default
);
const FText FNiagaraEditorSharedTexts::DebugDrawUIActionBaseText = LOCTEXT("EnableDebugDrawCheckBoxToolTip", "Enable or disable debug drawing for this item.");