Net.PushModelPrintHandles
Net.PushModelPrintHandles
#Overview
name: Net.PushModelPrintHandles
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Prints the list of replicated objects relevant to a specific 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/Net/Core/Private/Net/Core/PushModel/PushModel.cpp:446
Scope (from outer to inner):
file
namespace UEPushModelPrivate
Source code excerpt:
FAutoConsoleCommand PushModelPrintHandles(
TEXT("Net.PushModelPrintHandles"),
TEXT("Prints the list of replicated objects relevant to a specific connection"),
FConsoleCommandDelegate::CreateLambda([]() { PushObjectManager.PrintAssignedHandles(); })
);
#if UE_WITH_IRIS
static FIrisMarkPropertyDirty IrisMarkPropertyDirtyDelegate;