Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
Structure for QUIC message headers.
| Name | FMessageHeader |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicMessages.h |
| Include Path | #include "QuicMessages.h" |
Syntax
struct FMessageHeader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | QuicMessages.h | ||
FMessageHeader
(
const EQuicMessageType InMessageType, |
Creates and initializes a new instance. | QuicMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MessageType | EQuicMessageType | Holds the message type. | QuicMessages.h | |
| RecipientId | FGuid | Holds the recipient node id. | QuicMessages.h | |
| SenderId | FGuid | Holds the sender node id. | QuicMessages.h | |
| SerializedMessageSize | uint32 | Holds the serialized message size. | QuicMessages.h |