net.Iris.ResolvedObjectsDispatchDebugging

net.Iris.ResolvedObjectsDispatchDebugging

#Overview

name: net.Iris.ResolvedObjectsDispatchDebugging

This variable is created as a Console Variable (cvar).

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/ReplicationReader.cpp:86

Scope (from outer to inner):

file
namespace    UE::Net::Private

Source code excerpt:

static bool bResolvedObjectsDispatchDebugging = false;
static FAutoConsoleVariableRef CvarResolvedObjectsDispatchDebugging(
	TEXT("net.Iris.ResolvedObjectsDispatchDebugging"),
	bResolvedObjectsDispatchDebugging,
	TEXT("Debug logging of resolved object state dispatching. Default is false."));

static const FName NetError_FailedToFindAttachmentQueue("Failed to find attachment queue");

class FResolveAndCollectUnresolvedAndResolvedReferenceCollector