net.Iris.EnsureIfNumGroupMembershipsExceeds
net.Iris.EnsureIfNumGroupMembershipsExceeds
#Overview
name: net.Iris.EnsureIfNumGroupMembershipsExceeds
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If set to a positive number we will warn and ensure if an object is added to a high number of groups.
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/Experimental/Iris/Core/Private/Iris/ReplicationSystem/Filtering/NetObjectGroups.cpp:14
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static int32 CVarEnsureIfNumGroupMembershipsExceedsNum = 128;
static FAutoConsoleVariableRef CVarEnsureIfNumGroupMembershipsExceeds(TEXT("net.Iris.EnsureIfNumGroupMembershipsExceeds"), CVarEnsureIfNumGroupMembershipsExceedsNum, TEXT("If set to a positive number we will warn and ensure if an object is added to a high number of groups."), ECVF_Default );
FNetObjectGroups::FNetObjectGroups()
: CurrentEpoch(++NextEpoch)
{
}