Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/FStructSerializer
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
const StructType& Struct, |
Serializes a given USTRUCT to a string using the default policy. | |
| void | Serialize
(
const void* Struct, |
Serializes a given data structure of the specified type using the default policy. | |
| void | Serialize
(
const StructType& Struct, |
Serializes a given USTRUCT to a string using the specified policy. | |
| void | Serialize
(
const void* Struct, |
Serializes a given data structure of the specified type using the specified policy. |