Navigation
API > API/Runtime > API/Runtime/Cbor > API/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
(
FArchive * InStream,
ECborEndianness InWriterEndianness
)
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. |