inventory wont close when press action key

For some reason the Inventory wont close when i put it i ahve to Stop pie. It fires off when i Press TAB but when i press it again it doesnt fire off. i dont if the node are different then in 4.10 but i used the Skyrim inventory Tut http://shootertutorial.com/2015/12/15/complete-skyrim-like-inventory-tutorial/. Its made in 4.10 but i did mine on 4.12 i dont know what nodes dont wokr in 4.12 like they did in 4.10. And eveytime i start the PIE and stop it i get and error message but its not really like a big deal unless maybe thats whats not letting me close the inventory.

Have you tried adding a Flip Flop node in the Input Action Inventory?

yea that won’t work it just fires off ones

Do you have both the outputs of the flip flop connected?

One to handle the displaying of the inventory, and the other to hide it.

This is just a single event firing on key press. Pressing the key numerous times will just keep firing off the event and result in creating numerous widgets overlaying each other. Hence some of the errors I suspect.

You would need a flip flop node after the Action Input Inventory event (Your key press) with the 1st being that event you posted, and the other side needs to go to a Remove from Parent with the UI Inventory Widget Reference, you have set after your Create Widget node, plugged into it as target.

EDIT: Typos

Agreed. Might be the issue.