Say I have Widget A, inside it I add Widget B, but I do not like it, so I remove it from A, and then I want to delete Widget B completely. But when you trigger “Delete” it says that it is still referenced in memory.
Why is this a problem? Sometimes the editor will close all assets you have opened when you use “Force Delete”.
Is there a “Clear undo history” cmd command, or function somewhere?
That’s just the editor telling you “You will not be able to undo anymore” if you delete this. For example, if you added an image to your widget but changed your mind and deleted that image file and changed your mind again and wanted to add it again by pressing Undo, it will not show the image in your widget anymore because you’ve already deleted the image file