Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/FStructSerializer > API/Runtime/Serialization/FStructSerializer/Serialize
References
| Module | Serialization |
| Header | /Engine/Source/Runtime/Serialization/Public/StructSerializer.h |
| Include | #include "StructSerializer.h" |
template<typename StructType>
static void Serialize
&40;
const StructType & Struct,
IStructSerializerBackend & Backend
&41;
Remarks
Serializes a given USTRUCT to a string using the default policy. A string holding the serialized object.
Parameters
| Name | Description |
|---|---|
| StructType | The type of the struct to serialize. |
| Struct | The struct to serialize. |
| Backend | The serialization backend to use. |