Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/DataTable
Export a Data Table to JSON file.
Target is Data Table Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Data Table | |
| string | JSONFile Path | The file path of the JSON file to write (output file is UTF-8). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the operation succeeds, check the log for errors if it didn't succeed. |