data_table_fill_from_json
Replace an Unreal Engine DataTable's rows with JSON data and save changes. Returns the updated row names for verification.
Instructions
Replace an existing DataTable's rows from DataTable JSON, then save. Returns the resulting row names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows_json | Yes | ||
| data_table | Yes | DataTable asset path. |