Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
Structure for unserialized inbound messages.
| Name | FInboundMessage |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicMessages.h |
| Include Path | #include "QuicMessages.h" |
Syntax
struct FInboundMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | QuicMessages.h | ||
FInboundMessage
(
FQuicPayloadPtr InUnserializedMessage, |
Creates and initializes a new instance. | QuicMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MessageHeader | FMessageHeader | Holds the message header. | QuicMessages.h | |
| Receiver | FIPv4Endpoint | Holds the receiver's network endpoint. | QuicMessages.h | |
| Sender | FIPv4Endpoint | Holds the sender's network endpoint. | QuicMessages.h | |
| UnserializedMessage | FQuicPayloadPtr | Holds the message data. | QuicMessages.h |