IUdpMessageTunnel::GetConnections

Gets the list of all open tunnel connections.

Windows
MacOS
Linux

References

Module

UdpMessaging

Header

/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/IUdpMessageTunnel.h

Include

#include "IUdpMessageTunnel.h"

Syntax

int32 GetConnections
(
    TArray< TSharedPtr< IUdpMessageTunnelConnection >> & OutConnections
)

Remarks

Gets the list of all open tunnel connections.

Returns

The number of connections returned.

Parameters

Parameter

Description

OutConnections

Will hold the list of connections.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss