Navigation
BlueprintAPI > BlueprintAPI/Experimental > BlueprintAPI/Experimental/Json
! EXPERIMENTAL !
Writes all objects in the provided object's package to a temporary file using the JsonObjectGraph format.
Target is Json Object Graph Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Object | The object whose package will be written to the file |
| string | Label | A label to disambiguate the temporary file |
| struct | Options | Options controlling the written format |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| string | Out Filename | The filename written, empty if no file written |