Navigation
Unreal Engine C++ API Reference > Plugins > UdpMessaging > IUdpMessageTunnel
References
Module | UdpMessaging |
Header | /Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h |
Include | #include "IUdpMessageTunnel.h" |
void StartServer
&40;
const FIPv4Endpoint & LocalEndpoint
&41;
Remarks
Starts the tunnel server.
Parameters
Name | Description |
---|---|
LocalEndpoint | The IP endpoint to listen for incoming connections on. |