Navigation
Unreal Engine C++ API Reference > 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
&40;
FArchive &42; InStream,
ECborEndianness InReaderEndianness
&41;
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. |