TCPMESSAGING
TCPMESSAGING
#Overview
name: TCPMESSAGING
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/Plugins/Messaging/TcpMessaging/Source/TcpMessaging/Private/TcpMessagingModule.cpp:34
Scope (from outer to inner):
file
class class FTcpMessagingModule : public FSelfRegisteringExec , public ITcpMessagingModule
function virtual bool Exec_Runtime
Source code excerpt:
virtual bool Exec_Runtime(UWorld* InWorld, const TCHAR* Cmd, FOutputDevice& Ar) override
{
if (!FParse::Command(&Cmd, TEXT("TCPMESSAGING")))
{
return false;
}
if (FParse::Command(&Cmd, TEXT("STATUS")))
{