net.PrintNetConnections
net.PrintNetConnections
#Overview
name: net.PrintNetConnections
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Prints information on all net connections of a NetDriver. Defaults to the GameNetDriver. Choose a different driver via NetDriverName= or NetDriverDefinition=
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/Engine/Private/NetDriver.cpp:8380
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
FAutoConsoleCommand PrintNetConnectionInfoCommand(
TEXT("net.PrintNetConnections"),
TEXT("Prints information on all net connections of a NetDriver. Defaults to the GameNetDriver. Choose a different driver via NetDriverName= or NetDriverDefinition="),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray< FString >& Args)
{
FName NetDriverName;
// Default to print GameNetDriver if no params are set