FCborStructDeserializerBackend::GetNextToken

Reads the next token from the stream.

Windows
MacOS
Linux

Override Hierarchy

IStructDeserializerBackend::GetNextToken()

FCborStructDeserializerBackend::GetNextToken()

References

Module

Serialization

Header

/Engine/Source/Runtime/Serialization/Public/Backends/CborStructDeserializerBackend.h

Include

#include "Backends/CborStructDeserializerBackend.h"

Source

/Engine/Source/Runtime/Serialization/Private/Backends/CborStructDeserializerBackend.cpp

Syntax

virtual bool GetNextToken
(
    EStructDeserializerBackendTokens & OutToken
)

Remarks

Reads the next token from the stream.

Returns

true if a token was read, false otherwise.

Parameters

Parameter

Description

OutToken

Will contain the read token, if any.

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