CustomExportCallback

Optional callback that will be run when exporting a single property to Json.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< TSharedPtr< FJsonValue >, FProperty *, const void * > CustomExportCallback

References

Module

JsonUtilities

Header

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

Include

#include "JsonObjectConverter.h"

Remarks

Optional callback that will be run when exporting a single property to Json. If this returns a valid value it will be inserted into the export chain. If this returns nullptr or is not bound, it will try generic type-specific export behavior before falling back to outputting ExportText as a string.

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