Navigation
API > API/Runtime > API/Runtime/Serialization > API/Runtime/Serialization/FStructDeserializer
| Type | Name | Description | |
|---|---|---|---|
| bool | Deserialize
(
StructType& OutStruct, |
Deserializes a data structure from an archive using the default policy. | |
| bool | Deserialize
(
void* OutStruct, |
Deserializes a data structure from an archive using the default policy. | |
| bool | Deserialize
(
StructType& OutStruct, |
Deserializes a data structure from an archive using the specified policy. | |
| bool | Deserialize
(
void* OutStruct, |
Deserializes a data structure from an archive using the specified policy. |