Navigation
API > API/Developer > API/Developer/TraceAnalysis > API/Developer/TraceAnalysis/FControlClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Connect
(
const FInternetAddr& Address |
Initiates a connection to a runtime instance to control. | Trace/ControlClient.h | |
bool Connect
(
const TCHAR* Host, |
Initiates a connection to a runtime instance to control. | Trace/ControlClient.h |
Connect(const FInternetAddr &)
Description
Initiates a connection to a runtime instance to control.
| Name | Connect |
| 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 |
bool Connect
(
const FInternetAddr & Address
)
True if a connection was made successfully.
Parameters
| Name | Remarks |
|---|---|
| Fully | qualified FInternetAddr object of the runtime's location. |
Connect(const TCHAR *, uint16)
Description
Initiates a connection to a runtime instance to control.
| Name | Connect |
| 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 |
bool Connect
(
const TCHAR * Host,
uint16 Port
)
True if a connection was made successfully.
Parameters
| Name | Remarks |
|---|---|
| Host | IP address or host name of where the runtime is to be found. |