FCborWriter::FCborWriter

Construct a CBOR writer.

Windows
MacOS
Linux

References

Module

Cbor

Header

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

Include

#include "CborWriter.h"

Source

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

Syntax

FCborWriter
(
    FArchive * InStream,
    ECborEndianness InWriterEndianness
)

Remarks

Construct a CBOR writer.

Parameters

Parameter

Description

InStream

The stream used to write the CBOR data.

InWriterEndianness

Specify which endianness should be use to write the archive. @note 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.

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