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 |
bool ReadNext
&40;
FCborContext & OutContext
&41;
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. |