Navigation
API > API/Plugins > API/Plugins/UdpMessaging > API/Plugins/UdpMessaging/Shared
References
| Module | UdpMessaging |
| Header | /Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/Shared/UdpMessagingSettings.h |
| Include | #include "Shared/UdpMessagingSettings.h" |
Syntax
enum EUdpMessageFormat
&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 | UDP messages are encoded in CBOR, using the platform endianness. |
| CborStandardEndianness | UDP messages are encoded in CBOR, using the CBOR standard-complinant endianness (big endian). |
Remarks
Defines the UDP message format available (how the message data is encoded).