Serialize

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    int32& Value
)

If the underlying json object has the field, it is read into the value

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    uint32& Value
)

If the underlying json object has the field, it is read into the value

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    int64& Value
)

If the underlying json object has the field, it is read into the value

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    bool& Value
)

If the underlying json object has the field, it is read into the value

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    FString& Value
)

If the underlying json object has the field, it is read into the value

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    FText& Value
)

If the underlying json object has the field, it is read into the value

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    float& Value
)

If the underlying json object has the field, it is read into the value

Public function Virtual

void

 

Serialize

(
    const TCHAR* Name,
    double& Value
)

If the underlying json object has the field, it is read into the value

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