Input Held Down?

Hello guys, I recently found this discussion while looking for a solution to a similar problem.
Anyway I just wanted to share the work around I ended up using to solve it.
In the “Input” section of your “Project Settings” under “Bindings” instead of defining your input as an Input Action you have to define it as an “Input Axis”. This way the corresponding event in your blueprint will keep firing 1.0 while the button or key is held down and just stop firing once it’s released.

4 Likes

That kind of elaborate setup isn’t necessary anymore, with the enhanced input system the ‘Triggered’ pin will fire off repeatedly while the button is held.

When pressed →

You can get the same result you seem to be going for with something like this:

2 Likes