Change a float value over time

Hi All

Looking for some help with Blueprint, what i would like to be able to do is change a float value over time.

There are a couple ways to do that, but I think you’ll want to look into Timelines:

-Phil

Thank you for that.
I have it working in away but not as i would like, one thing i cant seem to work out is how do i get my float value as the value the in the time starts from.

Check the variable, for example (Health > 1) -> Branch = false -> delay 0.1s -> health + 0.1 -> set health -> bind it to the start where it checks if health > 1. It will do it over and over till you reach 1.

1 Like