Navigation
API > API/Plugins > API/Plugins/UdpMessaging > API/Plugins/UdpMessaging/IUdpMessageTunnel
Description
Starts the tunnel server.
| Name | StartServer |
| Type | function |
| Header File | /Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h |
| Include Path | #include "IUdpMessageTunnel.h" |
void StartServer
(
const FIPv4Endpoint & LocalEndpoint
)
Parameters
| Name | Remarks |
|---|---|
| LocalEndpoint | The IP endpoint to listen for incoming connections on. |
See Also
-
StopServer