UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::JsonObjectGraph Namespace Reference

Functions

JSONOBJECTGRAPH_API FUtf8String Stringify (TConstArrayView< const UObject * > RootObjects, const FJsonStringifyOptions &Options=FJsonStringifyOptions())
 

Function Documentation

◆ Stringify()

FUtf8String UE::JsonObjectGraph::Stringify ( TConstArrayView< const UObject * >  RootObjects,
const FJsonStringifyOptions Options = FJsonStringifyOptions() 
)

! EXPERIMENTAL ! contents of return string will change. Currently this is used as a debugging facility.

Returns
: A string containing single JSON object with serialized representations of the provided Objects in that single object's __RootObjects field.