EUdpMessageFormat

Defines the UDP message format available (how the message data is encoded).

Windows
MacOS
Linux

References

Module

UdpMessaging

Header

/Engine/Plugins/Messaging/UdpMessaging/Source/UdpMessaging/Public/Shared/UdpMessagingSettings.h

Include

#include "Shared/UdpMessagingSettings.h"

Syntax

enum EUdpMessageFormat
{
    None                      = 0,
    Json,
    TaggedProperty,
    CborPlatformEndianness,
    CborStandardEndianness,
}

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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss