update_data_table_row
Partially update an existing data table row in Unreal Engine by specifying only the fields to change. The row remains intact for unspecified fields.
Instructions
Update specific fields on an existing row (partial update).
Only fields present in data are modified; everything else keeps its value. data is a JSON string, e.g. '{"DisplayName": "Miner"}'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| row_name | Yes | ||
| data_table_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |