net.SubObjects.DetectDeprecatedReplicatedSubObjects
net.SubObjects.DetectDeprecatedReplicatedSubObjects
#Overview
name: net.SubObjects.DetectDeprecatedReplicatedSubObjects
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When turned on, we trigger an ensure if we detect a ReplicateSubObjects() function is still implemented in a class that is using the new SubObject list.
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/Source/Runtime/Engine/Private/DataChannel.cpp:141
Scope (from outer to inner):
file
namespace UE::Net
Source code excerpt:
static bool GCVarDetectDeprecatedReplicateSubObjects = false;
static FAutoConsoleVariableRef CVarDetectDeprecatedReplicateSubObjects(
TEXT("net.SubObjects.DetectDeprecatedReplicatedSubObjects"),
GCVarDetectDeprecatedReplicateSubObjects,
TEXT("When turned on, we trigger an ensure if we detect a ReplicateSubObjects() function is still implemented in a class that is using the new SubObject list."));
#endif
static bool bEnableNetInitialSubObjects = true;
static FAutoConsoleVariableRef CVarEnableNetInitialSubObjects(