FJsonObjectConverter::ObjectJsonCallback

Utility Export Callback for having object properties expanded to full Json.

Windows
MacOS
Linux

Deprecated

  • ObjectJsonCallback has been deprecated - please remove the usage of it from your project

References

Module

JsonUtilities

Header

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

Include

#include "JsonObjectConverter.h"

Source

/Engine/Source/Runtime/JsonUtilities/Private/JsonObjectConverter.cpp

Syntax

static TSharedPtr< FJsonValue > ObjectJsonCallback
(
    FProperty * Property,
    const void * Value
)

Remarks

Utility Export Callback for having object properties expanded to full Json.

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