fx.Niagara.DecalRenderer.DrawDebug
fx.Niagara.DecalRenderer.DrawDebug
#Overview
name: fx.Niagara.DecalRenderer.DrawDebug
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When none zero will draw debug information.
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/NiagaraRendererDecals.cpp:28
Scope (from outer to inner):
file
namespace NiagaraRendererDecalsLocal
Source code excerpt:
static bool GDrawDebug = false;
static FAutoConsoleVariableRef CVarDrawDebug(
TEXT("fx.Niagara.DecalRenderer.DrawDebug"),
GDrawDebug,
TEXT("When none zero will draw debug information."),
ECVF_Default
);
void DrawDebugDecal(UWorld* World, TConstArrayView<FDeferredDecalUpdateParams> AllUpdateParams, double WorldTime)