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 FMessageHeader
Remarks
Structure for QUIC message headers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EQuicMessageType | MessageType | Holds the message type. | |
| FGuid | RecipientId | Holds the recipient node id. | |
| FGuid | SenderId | Holds the sender node id. | |
| uint32 | SerializedMessageSize | Holds the serialized message size. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FMessageHeader
(
const EQuicMessageType InMessageType, |
Creates and initializes a new instance. |