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