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