fx.Niagara.Array.PositionDebugRadius
fx.Niagara.Array.PositionDebugRadius
#Overview
name: fx.Niagara.Array.PositionDebugRadius
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When using the Niagara Debugger the radius of position array debug display
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/NiagaraDataInterfaceArrayFloat.cpp:12
Scope: file
Source code excerpt:
static float GNDIArrayPositionDebugRadius = 32.0f;
static FAutoConsoleVariableRef CVarNDIArrayPositionDebugRadius(
TEXT("fx.Niagara.Array.PositionDebugRadius"),
GNDIArrayPositionDebugRadius,
TEXT("When using the Niagara Debugger the radius of position array debug display"),
ECVF_Default
);
void UNiagaraDataInterfaceArrayPosition::DrawDebugHud(FNDIDrawDebugHudContext& DebugHudContext) const