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" |
int32 GetConnections
&40;
TArray< TSharedPtr< IUdpMessageTunnelConnection >> & OutConnections
&41;
Remarks
Gets the list of all open tunnel connections. The number of connections returned.
Parameters
| Name | Description |
|---|---|
| OutConnections | Will hold the list of connections. |