FCborReader

Reader for a the cbor protocol encoded stream

Windows
MacOS
Linux

References

Module

Cbor

Header

/Engine/Source/Runtime/Cbor/Public/CborReader.h

Include

#include "CborReader.h"

Syntax

class FCborReader

Remarks

Reader for a the cbor protocol encoded stream

Constructors

Name Description

Public function

FCborReader

(
    FArchive* InStream,
    ECborEndianness InReaderEndianness
)

Construct a CBOR reader.

Destructors

Name Description

Public function

~FCborReader()

Functions

Name Description

Public function Const

const FArchi...

 

GetArchive()

Public function Const

const FCborC...

 

GetContext()

The cbor context of the reader can either be a container context or a dummy.

Public function Const

FCborHeader

 

GetError()

Public function Const

bool

 

IsError()

Public function

bool

 

ReadNext

(
    FCborContext& OutContext
)

Read the next value from the cbor stream.

Public function

bool

 

SkipContainer

(
    ECborCode ContainerType
)

Skip a container of ContainerType type

See Also

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