Increase a value by pushing a key

Hi there. I got a Light in my level and i’d like to increase his intensity every time I press a key. Actually it work but only once i can’t spam the button and increase his intensity more and more. What can I do please ?

Can you post a screenshot of the BP?

I can’t before tonight but actually i’ve a Press E event that is linked to Set intesity of my light. I’ve made a float variable wich refer to my initial light intensity and i linked this variable to a float + float one and that’s linked to my set intensity. Don’t know if you’ll understand because it’s very confusing writted like that :smiley:

Ok, to add to the intensity over and over again you need to get the light’s intensity each time and then add to it each time. Something like this:

What’s the add on Intensity pls ?

Oh ok thanks you it works. Thank you very much

That’s the amount you want to add each time

Great, don’t forget to mark this as answered/resolved.