Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/IStructSerializerBackend
Description
Signals the end of an object.
State.ValueProperty points to the property that holds the struct.
Derived Overrides
| Name | EndStructure |
| Type | function |
| Header File | /Engine/Source/Runtime/Serialization/Public/IStructSerializerBackend.h |
| Include Path | #include "IStructSerializerBackend.h" |
void EndStructure
(
const FStructSerializerState & State
)
Parameters
| Name | Remarks |
|---|---|
| State | The serializer's current state. |