I have a blueprint with a mesh which i spawn whenever i hit a button (hitbox on hud)
Then I have a gate that leads to the rest of the nodes that makes the object to follow the cursor’ location, but I want to close the gate by pressing Left mouse button.
I tried left mouse button (the button itself) or making an input with the left mouse button or even other keys and nothing works.
why can’t I close the gate with an input ? (pressing a key or any button)