Serialize

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

Serialize

(
    const StructType& Struct,
    IStructSerializerBackend& Backend
)

Serializes a given USTRUCT to a string using the default policy.

Public function Static

void

 

Serialize

(
    const void* Struct,
    UStruct& TypeInfo,
    IStructSerializerBackend& Backend
)

Serializes a given data structure of the specified type using the default policy.

Public function Static

void

 

Serialize

(
    const StructType& Struct,
    IStructSerializerBackend& Backend,
    const FStructSerializerPolicies& P...
)

Serializes a given USTRUCT to a string using the specified policy.

Public function Static

void

 

Serialize

(
    const void* Struct,
    UStruct& TypeInfo,
    IStructSerializerBackend& Backend,
    const FStructSerializerPolicies& P...
)

Serializes a given data structure of the specified type 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