Serialize

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    int32& Value
)

Writes the field name and the corresponding value to the JSON data

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    uint32& Value
)

Writes the field name and the corresponding value to the JSON data

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    int64& Value
)

Writes the field name and the corresponding value to the JSON data

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    bool& Value
)

Writes the field name and the corresponding value to the JSON data

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    FString& Value
)

Writes the field name and the corresponding value to the JSON data

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    FText& Value
)

Writes the field name and the corresponding value to the JSON data

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    float& Value
)

Writes the field name and the corresponding value to the JSON data

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    double& Value
)

Writes the field name and the corresponding value to the JSON data

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    FDateTime& Value
)

Writes the field name and the corresponding value to the JSON data

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