net.Iris.ReplicationWriter.ValidateObjectsWithDirtyChanges
net.Iris.ReplicationWriter.ValidateObjectsWithDirtyChanges
#Overview
name: net.Iris.ReplicationWriter.ValidateObjectsWithDirtyChanges
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Ensure that we don\'t try to mark invalid objects as dirty when they shouldn\'t.
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:66
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static bool bValidateObjectsWithDirtyChanges = true;
static FAutoConsoleVariableRef CvarValidateObjectsWithDirtyChanges(TEXT("net.Iris.ReplicationWriter.ValidateObjectsWithDirtyChanges"), bValidateObjectsWithDirtyChanges, TEXT("Ensure that we don't try to mark invalid objects as dirty when they shouldn't."));
static const FName NetError_ObjectStateTooLarge("Object state is too large to be split.");
const TCHAR* FReplicationWriter::LexToString(const EReplicatedObjectState State)
{
static const TCHAR* Names[] = {