How to 'remove from parent' permanently?

2022-10-05 19-47-55.mkv (4.8 MB)


this is a left arrow button (go back to main menu) from WBP_achievements.

this is a button that opens WBP_achievements from the main menu.
still doesn’t work. Is this supposed to happen?

2022-10-05 19-47-55.mkv (4.8 MB)


Based on your last video i got a better understanding of what you want to achieve. You likely want to save the information about whether an achievement has been claimed or not to the save slot. Then whenever the achievements are generated (I guess it is done by a loop of some kind), you would pass into it the related info about if the achievement actually has been claimed already

This was made by using a widget switcher instead of destroying and creating widgets
That way it retains its state.

The sample code for this

Note: This sample code does not utilize any saving of the state after a game restart