fx.Niagara.DebugDraw.Enabled
fx.Niagara.DebugDraw.Enabled
#Overview
name: fx.Niagara.DebugDraw.Enabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable or disable the Debug Draw Data Interface, note does not fully disable the overhead.
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/DataInterface/NiagaraDataInterfaceDebugDraw.cpp:1470
Scope (from outer to inner):
file
namespace NDIDebugDrawLocal
Source code excerpt:
static int32 GNiagaraDebugDrawEnabled = 1;
static FAutoConsoleVariableRef CVarNiagaraDebugDrawEnabled(
TEXT("fx.Niagara.DebugDraw.Enabled"),
GNiagaraDebugDrawEnabled,
TEXT("Enable or disable the Debug Draw Data Interface, note does not fully disable the overhead."),
ECVF_Default
);
struct FDebugPrim_Line