FCborReader::GetContext

The cbor context of the reader can either be a container context or a dummy.

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

const FCborContext & GetContext() const

Remarks

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.

Returns

The current cbor context.

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