Issue 1: Modifying data in the Output StructColumn does not mark the ChooserTable as dirty
After adding an Output StructColumn, modifying the data inside the output struct does not cause the corresponding ChooserTable asset to be marked as dirty.
Issue 2: References remain after duplicating and deleting a ChooserTable
When duplicating a ChooserTable asset and then deleted the original configuration, the Reference Viewer still shows references to the deleted table. [Image Removed]Note:inside UChooserTable::RemoveNestedChooser properly clears the remaining reference and resolves the problem.
This is by design, and there are some tools to help you search and replace variables after you’ve deleted them. Also, when a variable is deleted, a warning is shown in both the output screen and the chooser icon.
This has been fixed for the next release, but it was part of a larger refactor that would be unsafe to merge back in, and it’s unclear what the targeted fix would be.