Net.Iris.PrintNetCullDistances
Net.Iris.PrintNetCullDistances
#Overview
name: Net.Iris.PrintNetCullDistances
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Prints the list of replicated objects and their current netculldistance.
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:565
Scope: file
Source code excerpt:
//-----------------------------------------------
FAutoConsoleCommand ObjectBridgePrintNetCullDistances(
TEXT("Net.Iris.PrintNetCullDistances"),
TEXT("Prints the list of replicated objects and their current netculldistance."),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray< FString >& Args)
{
using namespace UE::Net;
using namespace UE::Net::Private;
using namespace UE::Net::Private::ObjectBridgeDebugging;