UStructToJsonObject

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

TSharedPtr< ...

 

UStructToJsonObject

(
    const InStructType& InStruct,
    int64 CheckFlags,
    int64 SkipFlags,
    const CustomExportCallback* Ex...
)

Templated version of UStructToJsonObject to try and make most of the params.

Public function Static

bool

 

UStructToJsonObject

(
    const UStruct* StructDefinitio...,
    const void* Struct,
    TSharedRef< FJsonObject > OutJsonOb...,
    int64 CheckFlags,
    int64 SkipFlags,
    const CustomExportCallback* Ex...
)

Converts from a UStruct to a Json Object, using exportText

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