IStructSerializerBackend::EndStructure

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

Serialization

Header

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

Include

#include "IStructSerializerBackend.h"

Syntax

void EndStructure
(
    const FStructSerializerState & State
)

Remarks

Signals the end of an object.

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

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