widget won't disappear

Hello Developers!
I got a little problem. I wrote a simple code for a widget appearing and disappearing when I am pressing the R-key in a triggerbox (TriggerPhoto). The problem is, that the widget won’t disappear when I am leaving the triggerbox. I don’t know where is my mistake, please help!

Hello ,

When you are exiting the trigger volume (end overlap) you are just closing the gate.

Try wiring the end overlap event directly to Remove Widgets

Also, try using a Sequence node to also fire an impulse to close gate - that way pressing R elsewhere in your level wont show the note.

Let me know if you’re still having troubles!