Hey,
I’m trying to create a countdown progress bar which starts at 1 and finishes at 0.
I’ve figured out how to get the seconds and minutes and I’m passing this through the HUD widget and doing a simple match to covert it between 0 and 1. I’ve also got this working a progress bar which goes down in line with the time left. However, the issues I’m having is that when the time goes down (second by second) the progress bar’s movement reflect the seconds, so its quite jagged. Is it possible to have a smooth transition between the seconds.
Below is the blueprint of the HUG function which binds the time to the progress bar.
One way I thought of was to bring in milliseconds? but I’m unsure if this is the right way.
Disclaimer, I’m a beginner
Thank you