UStructToJsonObjectString

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

UStructToJsonObjectString

(
    const InStructType& InStruct,
    FString& OutJsonString,
    int64 CheckFlags,
    int64 SkipFlags,
    int32 Indent,
    const CustomExportCallback* Ex...,
    bool bPrettyPrint
)

Templated version; Converts from a UStruct to a json string containing an object, using exportText

Public function Static

bool

 

UStructToJsonObjectString

(
    const UStruct* StructDefinitio...,
    const void* Struct,
    FString& OutJsonString,
    int64 CheckFlags,
    int64 SkipFlags,
    int32 Indent,
    const CustomExportCallback* Ex...,
    bool bPrettyPrint
)

Converts from a UStruct to a json string containing an 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