Navigation
API > API/Runtime > API/Runtime/Messaging
General information on transport health per Node Id.
| Name | FMessageTransportStatistics |
| Type | struct |
| Header File | /Engine/Source/Runtime/Messaging/Public/INetworkMessagingExtension.h |
| Include Path | #include "INetworkMessagingExtension.h" |
Syntax
struct FMessageTransportStatistics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageRTT | FTimespan | Computed average Round-trip time to receive data from connected endpoint. | INetworkMessagingExtension.h | |
| BytesInflight | uint64 | Number of bytes currently in flight waiting for. | INetworkMessagingExtension.h | |
| IPv4AsString | FString | IPv4 address as a string value. | INetworkMessagingExtension.h | |
| PacketsAcked | uint64 | Number of packets acknowledged. | INetworkMessagingExtension.h | |
| PacketsInFlight | uint64 | Current packets in flight waiting for | INetworkMessagingExtension.h | |
| PacketsLost | uint64 | Total number of packets lost to the destination. | INetworkMessagingExtension.h | |
| PacketsReceived | uint64 | Number of packets received from this endpoint. | INetworkMessagingExtension.h | |
| PacketsSent | uint64 | Total number of packets sent to the destination. | INetworkMessagingExtension.h | |
| TotalBytesLost | uint64 | Total number of bytes lost to the destination endpoint. | INetworkMessagingExtension.h | |
| TotalBytesReceived | uint64 | Total number of bytes received from endpoint. | INetworkMessagingExtension.h | |
| TotalBytesSent | uint64 | Total number of bytes sent to the destination endpoint. | INetworkMessagingExtension.h | |
| WindowSize | uint32 | The size of our sending window (as indicated by the transport). | INetworkMessagingExtension.h |