Navigation
API > API/Runtime > API/Runtime/LiveLinkMessageBusFramework
What method should be used for serialziing.
| Name | ELiveLinkPayloadSerializationMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/LiveLinkMessageBusFramework/Public/LiveLinkCompression.h |
| Include Path | #include "LiveLinkCompression.h" |
Syntax
enum ELiveLinkPayloadSerializationMethod
{
Standard = 0,
Cbor,
}
Values
| Name | Remarks |
|---|---|
| Standard | The data will be serialized using standard platform method. |
| Cbor | The data will be serialized using Cbor method. |