Net.RepGraph.Spatial.BiasCreep
Net.RepGraph.Spatial.BiasCreep
#Overview
name: Net.RepGraph.Spatial.BiasCreep
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Changes bias each frame by this much and force rebuld. For stress test debugging
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:5732
Scope: file
Source code excerpt:
float CVar_RepGraph_Spatial_BiasCreep = 0.f;
static FAutoConsoleVariableRef CVarRepGraphSpatialBiasCreep(TEXT("Net.RepGraph.Spatial.BiasCreep"), CVar_RepGraph_Spatial_BiasCreep, TEXT("Changes bias each frame by this much and force rebuld. For stress test debugging"), ECVF_Default );
void UReplicationGraphNode_GridSpatialization2D::PrepareForReplication()
{
#if WITH_SERVER_CODE
RG_QUICK_SCOPE_CYCLE_COUNTER(UReplicationGraphNode_GridSpatialization2D_PrepareForReplication);