Navigation
API > API/Runtime > API/Runtime/Cbor > API/Runtime/Cbor/FCborReader
References
| Module | Cbor |
| Header | /Engine/Source/Runtime/Cbor/Public/CborReader.h |
| Include | #include "CborReader.h" |
| Source | /Engine/Source/Runtime/Cbor/Private/CborReader.cpp |
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
| Name | Description |
|---|---|
| InStream | The stream containing the CBOR data. |
| InReaderEndianness | Specify which endianness should be use to read the archive. |