Navigation
API > API/Runtime > API/Runtime/JsonUtilities > API/Runtime/JsonUtilities/FJsonObjectConverter
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FJsonObject > | UStructToJsonObject
(
const InStructType& InStruct, |
Templated version of UStructToJsonObject to try and make most of the params. | |
| bool | UStructToJsonObject
(
const UStruct* StructDefinition, |
Converts from a UStruct to a Json Object, using exportText |