Net.RepGraph.FastShared.ForceFull
Net.RepGraph.FastShared.ForceFull
#Overview
name: Net.RepGraph.FastShared.ForceFull
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Redirects calls to ReplicateSingleActor_FastShared to ReplicateSingleActor
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:1842
Scope: file
Source code excerpt:
}
REPGRAPH_DEVCVAR_SHIPCONST(int32, "Net.RepGraph.FastShared.ForceFull", CVar_RepGraph_FastShared_ForceFull, 0, "Redirects calls to ReplicateSingleActor_FastShared to ReplicateSingleActor");
int64 UReplicationGraph::ReplicateSingleActor_FastShared(AActor* Actor, FConnectionReplicationActorInfo& ConnectionData, FGlobalActorReplicationInfo& GlobalActorInfo, UNetReplicationGraphConnection& ConnectionManager, const uint32 FrameNum)
{
#if WITH_SERVER_CODE
UNetConnection* NetConnection = ConnectionManager.NetConnection;