NET
NET
#Overview
name: NET
This variable is created as a Console Variable (cvar).
- type:
Exec
- help:
Sorry: Exec commands have no help
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:8339
Scope (from outer to inner):
file
function static bool NetDriverExec
Source code excerpt:
// Ignore any execs that don't start with NET
if (FParse::Command(&Cmd, TEXT("NET")))
{
UNetDriver* NamedDriver = NULL;
TCHAR TokenStr[128];
// Route the command to a specific beacon if a name is specified or all of them otherwise
if (FParse::Token(Cmd, TokenStr, UE_ARRAY_COUNT(TokenStr), true))