FJsonObjectConverter::UStructToFormattedJsonObjectString

Wrapper to UStructToJsonObjectString that allows a print policy to be specified.

Windows
MacOS
Linux

References

Module

JsonUtilities

Header

/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectConverter.h

Include

#include "JsonObjectConverter.h"

Syntax

template<typename CharType, template< typename > class PrintPolicy>
static bool UStructToFormattedJsonObjectString
(
    const UStruct * StructDefinition,
    const void * Struct,
    FString & OutJsonString,
    int64 CheckFlags,
    int64 SkipFlags,
    int32 Indent,
    const CustomExportCallback * ExportCb
)

Remarks

Wrapper to UStructToJsonObjectString that allows a print policy to be specified.

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