Deserialize

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

Deserialize

(
    StructType& OutStruct,
    IStructDeserializerBackend& Backen...
)

Deserializes a data structure from an archive using the default policy.

Public function Static

bool

 

Deserialize

(
    void* OutStruct,
    UStruct& TypeInfo,
    IStructDeserializerBackend& Backen...
)

Deserializes a data structure from an archive using the default policy.

Public function Static

bool

 

Deserialize

(
    StructType& OutStruct,
    IStructDeserializerBackend& Backen...,
    const FStructDeserializerPolicies&...
)

Deserializes a data structure from an archive using the specified policy.

Public function Static

bool

 

Deserialize

(
    void* OutStruct,
    UStruct& TypeInfo,
    IStructDeserializerBackend& Backen...,
    const FStructDeserializerPolicies&...
)

Deserializes a data structure from an archive using the specified policy.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss