Net.Iris.PrintRelevantObjects
Net.Iris.PrintRelevantObjects
#Overview
name: Net.Iris.PrintRelevantObjects
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Prints the list of netobjects currently relevant to any connection
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/ObjectReplicationBridgeDebugging.cpp:362
Scope: file
Source code excerpt:
//-----------------------------------------------
FAutoConsoleCommand ObjectBridgePrintRelevantObjects(
TEXT("Net.Iris.PrintRelevantObjects"),
TEXT("Prints the list of netobjects currently relevant to any connection"),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray< FString >& Args)
{
using namespace UE::Net::Private::ObjectBridgeDebugging;
if (UReplicationSystem* RepSystem = FindReplicationSystemFromArg(Args))