net.Iris.EnableActorLevelChanges
net.Iris.EnableActorLevelChanges
#Overview
name: net.Iris.EnableActorLevelChanges
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When true the ActorReplicationBridge will process actors that change levels by updating the actor\'s level 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/Engine/Private/Net/Iris/ReplicationSystem/ActorReplicationBridge.cpp:52
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static bool bEnableActorLevelChanges = true;
static FAutoConsoleVariableRef CVarEnableActorLevelChanges(
TEXT("net.Iris.EnableActorLevelChanges"),
bEnableActorLevelChanges,
TEXT("When true the ActorReplicationBridge will process actors that change levels by updating the actor's level groups.")
);
bool IsActorValidForIrisReplication(const AActor* Actor)
{