Navigation
API > API/Runtime > API/Runtime/JsonObjectGraph
Description
! EXPERIMENTAL ! contents of return string will change. Currently this is used as a debugging facility.
| Name | UE::JsonObjectGraph::Stringify |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/JsonObjectGraph/Public/JsonObjectGraph/Stringify.h |
| Include Path | #include "JsonObjectGraph/Stringify.h" |
| Source | /Engine/Source/Runtime/Experimental/JsonObjectGraph/Private/JsonObjectGraph/Stringify.cpp |
namespace UE
{
namespace JsonObjectGraph
{
FUtf8String UE::JsonObjectGraph::Stringify
(
TConstArrayView< const UObject * > RootObjects,
const FJsonStringifyOptions & Options
)
}
}
: A string containing single JSON object with serialized representations of the provided Objects in that single object's __RootObjects field.