Navigation
Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > FControlClient > Send
References
Module | TraceAnalysis |
Header | /Engine/Source/Developer/TraceAnalysis/Public/Trace/ControlClient.h |
Include | #include "Trace/ControlClient.h" |
Source | /Engine/Source/Developer/TraceAnalysis/Private/ControlClient.cpp |
void Send ( const TCHAR * Command )
Remarks
Sends a raw command to the instance.
Parameters
Name | Description |
---|---|
Command | The command to send to the runtime (CRLF terminator not required). |