IStructSerializerBackend::BeginArray

Signals the beginning of an array.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Serialization

Header

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

Include

#include "IStructSerializerBackend.h"

Syntax

void BeginArray
(
    const FStructSerializerState & State
)

Remarks

Signals the beginning 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