IUdpMessageTunnel::Connect

Establishes a tunnel with a remote server.

Windows
MacOS
Linux

References

Module

UdpMessaging

Header

/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h

Include

#include "IUdpMessageTunnel.h"

Syntax

bool Connect
(
    const FIPv4Endpoint & RemoteEndpoint
)

Remarks

Establishes a tunnel with a remote server.

Returns

true if the connection has been established, false otherwise.

Parameters

Parameter

Description

RemoteEndpoint

The endpoint of the server to connect to.

See Also

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