Navigation
Unreal Engine C++ API Reference > Runtime > Cbor > FCborWriter
References
Module | Cbor |
Header | /Engine/Source/Runtime/Cbor/Public/CborWriter.h |
Include | #include "CborWriter.h" |
Source | /Engine/Source/Runtime/Cbor/Private/CborWriter.cpp |
FCborWriter
&40;
FArchive &42; InStream,
ECborEndianness InWriterEndianness
&41;
Remarks
Construct a CBOR writer.
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
Name | Description |
---|---|
InStream | The stream used to write the CBOR data. |
InWriterEndianness | Specify which endianness should be use to write the archive. |