FJsonStructSerializerBackend::BeginArray

Signals the beginning of an array.

Windows
MacOS
Linux

Override Hierarchy

IStructSerializerBackend::BeginArray()

FJsonStructSerializerBackend::BeginArray()

References

Module

Serialization

Header

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

Include

#include "Backends/JsonStructSerializerBackend.h"

Source

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

Syntax

virtual 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