Navigation
API > API/Runtime > API/Runtime/Messaging
Per-node per-message transfer statistics.
| Name | FInboundTransferStatistics |
| Type | struct |
| Header File | /Engine/Source/Runtime/Messaging/Public/INetworkMessagingExtension.h |
| Include Path | #include "INetworkMessagingExtension.h" |
Syntax
struct FInboundTransferStatistics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BytesReceived | int32 | Total bytes sent thus far. | INetworkMessagingExtension.h | |
| BytesToReceive | uint64 | Total bytes to send for the given MessageId | INetworkMessagingExtension.h | |
| MessageId | int32 | Message Id that uniquely identifies the inbound message. | INetworkMessagingExtension.h | |
| OriginId | FGuid | Unique Id for the target. | INetworkMessagingExtension.h |