FControlClient::Connect

Initiates a connection to a runtime instance to control.

Unreal Engine C++ API Reference > Developer > TraceAnalysis > Trace > FControlClient > Connect

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
bool Connect
(
    const TCHAR * Host,
    uint16 Port
)

Remarks

Initiates a connection to a runtime instance to control. True if a connection was made successfully.

Parameters

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library