Navigation
API > API/Runtime > API/Runtime/Messaging
Per-node per-message transfer statistics.
| Name | FOutboundTransferStatistics |
| Type | struct |
| Header File | /Engine/Source/Runtime/Messaging/Public/INetworkMessagingExtension.h |
| Include Path | #include "INetworkMessagingExtension.h" |
Syntax
struct FOutboundTransferStatistics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BytesAcknowledged | uint64 | Total number of bytes acknowledge by the destination. | INetworkMessagingExtension.h | |
| BytesSent | uint64 | Total bytes sent thus far. | INetworkMessagingExtension.h | |
| BytesToSend | uint64 | Total bytes to send for the given MessageId | INetworkMessagingExtension.h | |
| DestinationId | FGuid | Unique Id for the target. | INetworkMessagingExtension.h | |
| MessageId | int32 | Monotonically increasing ID for each message sent across the network. | INetworkMessagingExtension.h |