Navigation
API > API/Plugins > API/Plugins/UdpMessaging > API/Plugins/UdpMessaging/IUdpMessageTunnel
Description
Gets the list of all open tunnel connections.
| Name | GetConnections |
| Type | function |
| Header File | /Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h |
| Include Path | #include "IUdpMessageTunnel.h" |
int32 GetConnections
(
TArray < TSharedPtr < IUdpMessageTunnelConnection > > & OutConnections
)
The number of connections returned.
Parameters
| Name | Remarks |
|---|---|
| OutConnections | Will hold the list of connections. |