net.Iris.EnableFilterMappings
net.Iris.EnableFilterMappings
#Overview
name: net.Iris.EnableFilterMappings
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether we honor filter mappings set in ObjectReplicationBridgeConfig. If filter mappings are enabled then objects may also be assigned the default spatial filter even if there aren\'t any specific mappings. Default is true.
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/ObjectReplicationBridge.cpp:77
Scope: file
Source code excerpt:
static bool bEnableFilterMappings = true;
static FAutoConsoleVariableRef CVarEnableFilterMappings(
TEXT("net.Iris.EnableFilterMappings"),
bEnableFilterMappings,
TEXT("Whether we honor filter mappings set in ObjectReplicationBridgeConfig. If filter mappings are enabled then objects may also be assigned the default spatial filter even if there aren't any specific mappings. Default is true.")
);
static bool bEnableForceNetUpdate = false;
static FAutoConsoleVariableRef CVarEnableForceNetUpdate(