IStructDeserializerBackend::GetNextToken

Reads the next token from the stream.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Serialization

Header

/Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h

Include

#include "IStructDeserializerBackend.h"

Syntax

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