net.Iris.WarnAboutDroppedAttachmentsToObjectsNotInScope
net.Iris.WarnAboutDroppedAttachmentsToObjectsNotInScope
#Overview
name: net.Iris.WarnAboutDroppedAttachmentsToObjectsNotInScope
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Warn when attachments are dropped due to object not in scope. Default is false.
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/ReplicationWriter.cpp:46
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static bool bWarnAboutDroppedAttachmentsToObjectsNotInScope = false;
static FAutoConsoleVariableRef CVarWarnAboutDroppedAttachmentsToObjectsNotInScope(
TEXT("net.Iris.WarnAboutDroppedAttachmentsToObjectsNotInScope"),
bWarnAboutDroppedAttachmentsToObjectsNotInScope,
TEXT("Warn when attachments are dropped due to object not in scope. Default is false."
));
static int32 GReplicationWriterMaxAllowedPacketsIfNotHugeObject = 3;
static FAutoConsoleVariableRef CVarReplicationWriterMaxAllowedPacketsIfNotHugeObject(TEXT("net.Iris.ReplicationWriterMaxAllowedPacketsIfNotHugeObject"), GReplicationWriterMaxAllowedPacketsIfNotHugeObject,