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