Rename Data Table Row
Rename a row key. The key is what every Data Table Row Handle stores, so this breaks all of them exactly as deleting the row would, and just as silently.
hf_rename_data_table_rowWriteArguments
| Name | Type | Description |
|---|---|---|
data_tablereq | string | |
new_namereq | string | |
rowreq | string | |
accept_broken_handles | boolean = false | Required. A Data Table Row Handle stores the row NAME, so every handle pointing at the old one resolves to a default-constructed row afterwards, which is zeroes and not an error. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
Related tools
Nearby in Data assets:
- Remove Curve Key
- Remove Data Table Row
- Remove Enum Entry
- Remove Struct Member
- Set Curve Interpolation
- Set Curve Key
- Set Enum Entry
- Set Struct Member
All 25 tools in Data assets — 16 more not listed here.