Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
Structure for serialized outbound messages.
| Name | FOutboundMessage |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicMessages.h |
| Include Path | #include "QuicMessages.h" |
Syntax
struct FOutboundMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | QuicMessages.h | ||
FOutboundMessage
(
const FIPv4Endpoint InRecipient, |
Creates and initializes a new header-only instance. | QuicMessages.h | |
FOutboundMessage
(
const FIPv4Endpoint InRecipient, |
Creates and initializes a new instance. | QuicMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasPayload | bool | Flag indicating whether this message has a payload. | QuicMessages.h | |
| Recipient | FIPv4Endpoint | Holds the recipient endpoint address. | QuicMessages.h | |
| SerializedHeader | FQuicPayloadPtr | Holds the serialized message header. | QuicMessages.h | |
| SerializedPayload | FQuicPayloadPtr | Holds the serialized payload data. | QuicMessages.h |