I am not able to see where the problem is in my blueprint.
The idea is to show or hide the options button depending on whether it has been pressed and whether it was already visible or not. The thing is that for some reason it doesn’t work.
The code starts 8 times, in which it gives 1 View and 7 Hidden (to hide the buttons that were being seen when pressing another space in the inventory) but the options button never appears even though the Print String shows that the path has finished and that the conditions work as expected.
Also say that if I disconnect the False output of the Branch, the options button does show, but it never hides again.
What am I not able to see?