Navigation
API > API/Plugins > API/Plugins/UdpMessaging
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
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Close () |
Closes this connection. | |
| FText | GetName () |
Gets the human readable name of the connection. | |
| uint64 | Gets the total number of bytes received from this connection. | ||
| uint64 | Gets the total number of bytes received from this connection. | ||
| FTimespan | GetUptime () |
Gets the amount of time that the connection has been established. | |
| bool | IsOpen () |
Checks whether this connection is open. |