Deserialize

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

Deserialize

(
    const TSharedRef< TJsonReader< Char...,
    TArray< TSharedPtr< FJsonValue >>&...,
    EFlags InOptions
)

Public function Static

bool

 

Deserialize

(
    TJsonReader< CharType >& Reader,
    TArray< TSharedPtr< FJsonValue >>&...,
    EFlags InOptions
)

Public function Static

bool

 

Deserialize

(
    const TSharedRef< TJsonReader< Char...,
    TSharedPtr< FJsonObject >& OutObje...,
    EFlags InOptions
)

Public function Static

bool

 

Deserialize

(
    TJsonReader< CharType >& Reader,
    TSharedPtr< FJsonObject >& OutObje...,
    EFlags InOptions
)

Public function Static

bool

 

Deserialize

(
    const TSharedRef< TJsonReader< Char...,
    TSharedPtr< FJsonValue >& OutValue,
    EFlags InOptions
)

Public function Static

bool

 

Deserialize

(
    TJsonReader< CharType >& Reader,
    TSharedPtr< FJsonValue >& OutValue,
    EFlags InOptions
)

Private function Static

bool

 

Deserialize

(
    TJsonReader< CharType >& Reader,
    StackState& OutStackState,
    EFlags InOptions
)

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