Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/FStructSerializer
References
| Module | Serialization |
| Header | /Engine/Source/Runtime/Serialization/Public/StructSerializer.h |
| Include | #include "StructSerializer.h" |
| Source | /Engine/Source/Runtime/Serialization/Private/StructSerializer.cpp |
static void SerializeElement
&40;
const void &42; Address,
FProperty &42; Property,
int32 ElementIndex,
IStructSerializerBackend & Backend,
const FStructSerializerPolicies & Policies
&41;
Remarks
Serializes a given element of a data structure of the specified type using the specified policy.
Parameters
| Name | Description |
|---|---|
| Address | The address of the container of the property to serialize. |
| Property | The property to serialize. |
| ElementIndex | The index of the element to serialize if property is a container. |
| Backend | The serialization backend to use. |
| Policies | The serialization policies to use. |
See Also
Deserialize