Enhanced Input Boolean Button Press

Hi Im using Unreal 5.4.4.
Ive got a script working perfectly the way I want it. But thats when I am using a ‘Debug Key Middle Mouse Button’ instead of a ‘EnhancedInputAction’ thingy.
Ive been looking around but cant figure out how to do it without holding the button down.
Maybe I am just missing something rudimentary.

This works the way I intended it to.

Plz elp. Or point me in the right direction. Maybe some good documentation where I can do some reading and understand it better.

What do you mean by that? If you want the action after an Input Action to be only triggered once, you can simply use the “Started” pin instead of “Triggered”.

I feel a little stupid that that worked but I am also 100% sure I tried that before posting. I must have broken something else when I was trying stuff with “Triggered”. Thanks for the response!