Navigation
API > API/Plugins > API/Plugins/UdpMessaging > API/Plugins/UdpMessaging/IUdpMessageTunnel
Description
Establishes a tunnel with a remote server.
| Name | Connect |
| Type | function |
| Header File | /Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h |
| Include Path | #include "IUdpMessageTunnel.h" |
bool Connect
(
const FIPv4Endpoint & RemoteEndpoint
)
true if the connection has been established, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| RemoteEndpoint | The endpoint of the server to connect to. |
See Also
- GetConnections