Net.RepGraph.DynamicSpatialFrequency.OpportunisticLoadBalance
Net.RepGraph.DynamicSpatialFrequency.OpportunisticLoadBalance
#Overview
name: Net.RepGraph.DynamicSpatialFrequency.OpportunisticLoadBalance
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Defers replication 1 frame in cases where many actors replicate on this frame but few on next frame.
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:4036
Scope: file
Source code excerpt:
TEXT("Uncaps bandwidth on UReplicationGraphNode_DynamicSpatialFrequency nodes."), ECVF_Default);
REPGRAPH_DEVCVAR_SHIPCONST(int32, "Net.RepGraph.DynamicSpatialFrequency.OpportunisticLoadBalance", CVar_RepGraph_DynamicSpatialFrequency_OpportunisticLoadBalance, 1, "Defers replication 1 frame in cases where many actors replicate on this frame but few on next frame.");
FORCEINLINE bool ReplicatesEveryFrame(const FConnectionReplicationActorInfo& ConnectionInfo, const bool CheckFastPath)
{
return !(ConnectionInfo.ReplicationPeriodFrame > 1 && (!CheckFastPath || ConnectionInfo.FastPath_ReplicationPeriodFrame > 1));
}