Navigation
API > API/Plugins > API/Plugins/QuicMessaging > API/Plugins/QuicMessaging/Shared
References
| Module | QuicMessaging |
| Header | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessaging/Public/Shared/QuicMessagingSettings.h |
| Include | #include "Shared/QuicMessagingSettings.h" |
Syntax
enum EQuicMessageFormat
&123;
None = 0,
Json,
TaggedProperty,
CborPlatformEndianness,
CborStandardEndianness,
&125;
Values
| Name | Description |
|---|---|
| None | No format specified. Legacy - Not exposed to user. |
| Json | JSON format specified. Legacy - Not exposed to user. |
| TaggedProperty | Tagged property format specified. Legacy - Not exposed to user. |
| CborPlatformEndianness | Quic messages are encoded in CBOR, using the platform endianness. |
| CborStandardEndianness | Quic messages are encoded in CBOR, using the CBOR standard-complinant endianness (big endian). |
Remarks
Defines the Quic message format available (how the message data is encoded).