Net.RepGraph.PrintTrackClassReplication
Net.RepGraph.PrintTrackClassReplication
#Overview
name: Net.RepGraph.PrintTrackClassReplication
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Debug option to print class replication stats
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:115
Scope: file
Source code excerpt:
int32 CVar_RepGraph_PrintTrackClassReplication = 0;
static FAutoConsoleVariableRef CVarRepGraphPrintTrackClassReplication(TEXT("Net.RepGraph.PrintTrackClassReplication"), CVar_RepGraph_PrintTrackClassReplication,
TEXT("Debug option to print class replication stats"), ECVF_Default);
int32 CVar_RepGraph_DormantDynamicActorsDestruction = 0;
static FAutoConsoleVariableRef CVarRepGraphDormantDynamicActorsDestruction(TEXT("Net.RepGraph.DormantDynamicActorsDestruction"), CVar_RepGraph_DormantDynamicActorsDestruction,
TEXT("If true, irrelevant dormant actors will be destroyed on the client"), ECVF_Default);