Navigation
API > API/Plugins > API/Plugins/UdpMessaging > API/Plugins/UdpMessaging/IUdpMessageTunnel
Description
Checks whether the tunnel server is running.
| Name | IsServerRunning |
| Type | function |
| Header File | /Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h |
| Include Path | #include "IUdpMessageTunnel.h" |
bool IsServerRunning() const
true if the tunnel server is running, false otherwise.
See Also
-
StartServer
-
StopServer