EConcertPayloadSerializationMethod

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h

Include

#include "ConcertMessageData.h"

Syntax

enum EConcertPayloadSerializationMethod
{
    Standard    = 0,
    Cbor,
}

Values

Name

Description

Standard

The data will be serialized using standard platform method.

Cbor

The data will be serialized using Cbor method.

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