So I have a HUD widget, and I want it remain even after I use the “Remove all Widgets” function on something. How can I keep my HUD in place without it ever going away?
a) re-create it after Remove All
b) Iterate through all the widgets, skip the ones you don’t want to destroy and call RemoveFromParent on the others.
2 Likes