Data Table Set Row Values
Set multiple field values on a row.
Parameters
| Parameter | Description |
|---|---|
| Data Table Source | Select the target DataTable. Set Source, then assign the matching table, asset, or component field that appears. |
| Data Definition | Optional fallback definition used when the resolved DataTable is not available in the editor. |
| Row | Row selector (by index or key). |
| Add If Missing | If enabled and row selection is by key, create a row when the key is not found. |
| Set Values | List of field/value pairs to apply. |
| Succeeded | True when a row was found or added and values were applied. |
| Added | True when a new row was created. |
Details
This is the multi-field version of Set Cell Value.
The row is aligned to schema first, then all values in Set Values are applied.
Examples
- Update
Health,Mana, andLevelin one action. - Create-or-update keyed player stats rows at runtime.