Navigation
API > API/Runtime > API/Runtime/Cbor > API/Runtime/Cbor/FCborReader
Description
The cbor context of the reader can either be a container context or a dummy. A reference to the context shouldn't be held while calling ReadNext.
| Name | GetContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Cbor/Public/CborReader.h |
| Include Path | #include "CborReader.h" |
| Source | /Engine/Source/Runtime/Cbor/Private/CborReader.cpp |
const FCborContext & GetContext() const
The current cbor context.