IUdpMessageTunnelConnection

Interface for message tunnel connections.

Windows
MacOS
Linux

References

Module

UdpMessaging

Header

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

Include

#include "IUdpMessageTunnelConnection.h"

Syntax

class IUdpMessageTunnelConnection

Remarks

Interface for message tunnel connections.

Destructors

Name Description

Public function Virtual

~IUdpMessageTunnelConnection()

Virtual destructor.

Functions

Name Description

Public function

void

 

Close()

Closes this connection.

Public function Const

FText

 

GetName()

Gets the human readable name of the connection.

Public function Const

uint64

 

GetTotalBytesReceived()

Gets the total number of bytes received from this connection.

Public function Const

uint64

 

GetTotalBytesSent()

Gets the total number of bytes received from this connection.

Public function Const

FTimespan

 

GetUptime()

Gets the amount of time that the connection has been established.

Public function Const

bool

 

IsOpen()

Checks whether this connection is open.

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