net.Iris.ForcePruneBeforeUpdate
net.Iris.ForcePruneBeforeUpdate
#Overview
name: net.Iris.ForcePruneBeforeUpdate
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Verify integrity of all tracked instances at the start of every update.
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/ReplicationSystem.cpp:32
Scope (from outer to inner):
file
namespace ReplicationSystemCVars
Source code excerpt:
static bool bForcePruneBeforeUpdate = false;
static FAutoConsoleVariableRef CVarForcePruneBeforeUpdate(TEXT("net.Iris.ForcePruneBeforeUpdate"), bForcePruneBeforeUpdate, TEXT("Verify integrity of all tracked instances at the start of every update."));
static bool bAllowAttachmentSendPolicyFlags = true;
static FAutoConsoleVariableRef CVarAllowAttachmentSendPolicyFlags(TEXT("net.Iris.Attachments.AllowSendPolicyFlags"), bAllowAttachmentSendPolicyFlags, TEXT("Allow use of ENetObjectAttachmentSendPolicyFlags to specify behavior of RPCs."));
}