Navigation
API > API/Plugins > API/Plugins/UdpMessaging > API/Plugins/UdpMessaging/IUdpMessageTunnel
References
Module | UdpMessaging |
Header | /Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h |
Include | #include "IUdpMessageTunnel.h" |
bool Connect
&40;
const FIPv4Endpoint & RemoteEndpoint
&41;
Remarks
Establishes a tunnel with a remote server. true if the connection has been established, false otherwise.
Parameters
Name | Description |
---|---|
RemoteEndpoint | The endpoint of the server to connect to. |