Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/FControlClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Send
(
const TCHAR* Command |
Sends a raw command to the instance. | Trace/ControlClient.h | |
void Send
(
const uint8* Data, |
Trace/ControlClient.h |
Send(const TCHAR *)
Description
Sends a raw command to the instance.
| Name | Send |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/ControlClient.h |
| Include Path | #include "Trace/ControlClient.h" |
| Source | /Engine/Source/Developer/TraceAnalysis/Private/ControlClient.cpp |
void Send
(
const TCHAR * Command
)
Parameters
| Name | Remarks |
|---|---|
| Command | The command to send to the runtime (CRLF terminator not required). |
Send(const uint8 *, int)
| Name | Send |
| Type | function |
| Header File | /Engine/Source/Developer/TraceAnalysis/Public/Trace/ControlClient.h |
| Include Path | #include "Trace/ControlClient.h" |
| Source | /Engine/Source/Developer/TraceAnalysis/Private/ControlClient.cpp |
void Send
(
const uint8 * Data,
int Length
)