FControlClient::Connect

Initiates a connection to a runtime instance to control.

Windows
MacOS
Linux

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

Syntax

bool Connect
(
    const TCHAR * Host,
    uint16 Port
)

Remarks

Initiates a connection to a runtime instance to control.

Returns

True if a connection was made successfully.

Parameters

Parameter

Description

Host

IP address or host name of where the runtime is to be found.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss