console.CmdLink.enable
console.CmdLink.enable
#Overview
name: console.CmdLink.enable
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Opens a pipe that runs commands passed as command line args to CmdLink.exe
It is referenced in 1701
C++ source files.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/CmdLinkServer/Source/CmdLinkServer/Private/CmdLinkServer.cpp:15
Scope (from outer to inner):
file
namespace UE::CmdLink
Source code excerpt:
void OnCmdLinkEnabledChanged(IConsoleVariable* Var);
FAutoConsoleVariableRef CVarEnableCmdLink(
TEXT("console.CmdLink.enable"),
bEnabled,
TEXT("Opens a pipe that runs commands passed as command line args to CmdLink.exe"),
ECVF_Default);
FString CLIPipeKey = TEXT("None");
void OnCmdLinkKeyChanged(IConsoleVariable* Var);
#Associated Variable and Callsites
This variable is associated with another variable named bEnabled
, which is a popular name and overloaded in many contexts. There are 1700
callsites. We have to skip these details.