Net.RepGraph.Spatial.DebugNextNewActor
Net.RepGraph.Spatial.DebugNextNewActor
#Overview
name: Net.RepGraph.Spatial.DebugNextNewActor
This variable is created as a Console Variable (cvar).
- type:
Var
- help: ``
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/Runtime/ReplicationGraph/Source/Private/ReplicationGraph.cpp:5223
Scope: file
Source code excerpt:
int32 CVar_RepGraph_DebugNextNewActor = 0;
static FAutoConsoleVariableRef CVarRepGraphDebugNextActor(TEXT("Net.RepGraph.Spatial.DebugNextNewActor"), CVar_RepGraph_DebugNextNewActor, TEXT(""), ECVF_Default );
// -------------------------------------------------------
UReplicationGraphNode_GridSpatialization2D::UReplicationGraphNode_GridSpatialization2D()
: CellSize(0.f)
, SpatialBias(ForceInitToZero)