FCborReader::FCborReader

Construct a CBOR reader.

Windows
MacOS
Linux

References

Module

Cbor

Header

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

Include

#include "CborReader.h"

Source

/Engine/Source/Runtime/Cbor/Private/CborReader.cpp

Syntax

FCborReader
(
    FArchive * InStream,
    ECborEndianness InReaderEndianness
)

Remarks

Construct a CBOR reader.

CBOR standard endianness is big endian. For interoperability with external tools, the standard endianness should be used. For internal usage, the platform endianness is faster.

Parameters

Parameter

Description

InStream

The stream containing the CBOR data.

InReaderEndianness

Specify which endianness should be use to read the archive.

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