Cbor

Windows
MacOS
Linux

Classes

Name

Description

Public struct

FCborContext

Class that represent a cbor context which consists of a header and value pair

Public class

FCborHeader

Class that represent a cbor header

Public class

FCborReader

Reader for a the cbor protocol encoded stream

Public class

FCborWriter

Writer for encoding a stream with the cbor protocol

Public class

ScopedCborArchiveEndianness

Ensure an archive is swapping the bytes according to which endianness was requested to read or write the CBOR.

Enums

Name

Description

Public enum

ECborCode

Possible cbor code for cbor headers.

Public enum

ECborEndianness

Defines in which endianness the CBOR data must be written.

Functions

Name Description

Public function

constexpr bo...

 

operator!

(
    ECborCode E
)

Public function

constexpr EC...

 

operator&

(
    ECborCode Lhs,
    ECborCode Rhs
)

Public function

ECborCode &

 

operator&=

(
    ECborCode& Lhs,
    ECborCode Rhs
)

Public function

constexpr EC...

 

operator^

(
    ECborCode Lhs,
    ECborCode Rhs
)

Public function

ECborCode &

 

operator^=

(
    ECborCode& Lhs,
    ECborCode Rhs
)

Public function

constexpr EC...

 

operator|

(
    ECborCode Lhs,
    ECborCode Rhs
)

Public function

ECborCode &

 

operator|=

(
    ECborCode& Lhs,
    ECborCode Rhs
)

Public function

constexpr EC...

 

operator~

(
    ECborCode E
)

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