Hi, i use several widgets at same time, menu and other carácter widgets, but to remove one, i have to remove all because of “remove all widgets” node… but i dont want to remove all widgets, just the one i loaded last for the carácter withouth loosing the main menu widget, but how?
Just as reminder:
Better do not remove a widget from parent, when it is used multiple times, like Menue Screens or PopUps… etc
better make them invisible (Set Visibility to Collapsed/hidden). And make em Visible when used again.
That saves some memory and streaming time.
If you need to get all widgets of class, but only the active ones, Do so and check for IsVisible, to select only the Visible ones.