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 |
bool ReadNext
(
FCborContext & OutContext
)
Remarks
Read the next value from the cbor stream. true if successful, false if an error was returned or the end of the stream was reached.
Parameters
| Name | Description |
|---|---|
| OutContext | the context to read the value into. |