How do you allow the same mouse to click multiple times via Blueprints?

I think you might not need the do-once there, but also, you only need EITHER two SetVisibility nodes, or two SetActorHidden nodes. You do the rest with the tick box :wink:

I have a blueprint set up that is triggered by a right mouse click node. The basic idea is that when I press and hold the right mouse button, an object will appear visible. When I release the right mouse button the object will turn invisible. The blueprint is working as it should, however, it only works one time. When I right click a second time nothing happens. Does anybody know how to allow the right click node to reset or allow me to click multiple times?

Thank you, this worked!