Net.Iris.CullNonRelevant
Net.Iris.CullNonRelevant
#Overview
name: Net.Iris.CullNonRelevant
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When enabled will cull replicated actors that are not relevant to any client.
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/ReplicationFiltering.cpp:27
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
bool bCVarRepFilterCullNonRelevant = true;
static FAutoConsoleVariableRef CVarRepFilterCullNonRelevant(TEXT("Net.Iris.CullNonRelevant"), bCVarRepFilterCullNonRelevant, TEXT("When enabled will cull replicated actors that are not relevant to any client."), ECVF_Default);
FName GetStaticFilterName(FNetObjectFilterHandle Filter)
{
switch (Filter)
{
case InvalidNetObjectFilterHandle: