FCborReader::ReadNext

Read the next value from the cbor stream.

Windows
MacOS
Linux

References

Module

Cbor

Header

/Engine/Source/Runtime/Cbor/Public/CborReader.h

Include

#include "CborReader.h"

Source

/Engine/Source/Runtime/Cbor/Private/CborReader.cpp

Syntax

bool ReadNext
(
    FCborContext & OutContext
)

Remarks

Read the next value from the cbor stream.

Returns

true if successful, false if an error was returned or the end of the stream was reached.

Parameters

Parameter

Description

OutContext

the context to read the value into.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss