FCborStructSerializerBackend::EndArray

Signals the end of an array. State.ValueProperty points to the property that holds the array.

Windows
MacOS
Linux

Override Hierarchy

IStructSerializerBackend::EndArray()

FCborStructSerializerBackend::EndArray()

References

Module

Serialization

Header

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

Include

#include "Backends/CborStructSerializerBackend.h"

Source

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

Syntax

virtual void EndArray
(
    const FStructSerializerState & State
)

Remarks

Signals the end of an array.

State.ValueProperty points to the property that holds the array.

Parameters

Parameter

Description

State

The serializer's current state.

See Also

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