Menu Doesn't appear after click apply or back UMG

Hi
I followed tutorial how to setup Inventory from unreal engine youtube channel.
everything okay , and i want to create another widget call Menu Screen and this work !!
but there is problem when in go to options screen and click back or apply, the menu screen doesn’t appear ?
i don’t know where is problem .

Here is Video Quick

Here snapshot all setup

Please Help to solve this problem

At a guess, it is because you are destroying the widget and never recreating it.

Try replacing those “Remove from Parent” nodes with “Set Visibility” with the option set to hidden as in your inventory tutorial. That’s what I do on my project and it works like a charm.

Cheers,
Tony

Thanks for replay
I tried to replace remove from parent node with Set Visibility , but it didn’t work
I hope to find solution’s how to wok perfect .
can you show me please if you have it how its work with you ?

With the set visibility, did you change the visibility to hidden where you wanted it removed? The default is ‘visible’. Also , could you please add a screen shot of your current config

You may have made it too complicated. I use something similar to this in my player BP to make a Web Browser, then this in the Web Browser Widget to shut it.