fx.Niagara.GpuComputeDebug.DrawDebugEnabled
fx.Niagara.GpuComputeDebug.DrawDebugEnabled
#Overview
name: fx.Niagara.GpuComputeDebug.DrawDebugEnabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Should we draw any of the debug information or not.
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/NiagaraGpuComputeDebug.cpp:38
Scope: file
Source code excerpt:
int32 GNiagaraGpuComputeDebug_DrawDebugEnabled = 1;
static FAutoConsoleVariableRef CVarNiagaraGpuComputeDebug_DrawDebugEnabled(
TEXT("fx.Niagara.GpuComputeDebug.DrawDebugEnabled"),
GNiagaraGpuComputeDebug_DrawDebugEnabled,
TEXT("Should we draw any of the debug information or not."),
ECVF_Default
);
#if NIAGARA_COMPUTEDEBUG_ENABLED