Remove Enum Entry
Remove an entry from a user enum. EVERY LATER ENTRY SHIFTS DOWN, and anything that had selected one of those now means a different thing, silently. Gated behind an acknowledgement.
hf_remove_enum_entryWriteDestructiveArguments
| Name | Type | Description |
|---|---|---|
enumreq | string | |
indexreq | integer | |
accept_reindexing | boolean = false | Required whenever entries follow the one being removed, because their stored values change meaning. |
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:
- Find Struct Usage
- Import Data Table CSV
- Remove Curve Key
- Remove Data Table Row
- Remove Struct Member
- Rename Data Table Row
- Set Curve Interpolation
- Set Curve Key
All 25 tools in Data assets — 16 more not listed here.