UNREAL UE4 - How to convert numbers into: hours, minutes & seconds, without microseconds? image att.

Hi, i´m using “time seconds to string” to convert numbers into minutes and seconds, BUT, i dont want microseconds, and also, it doesn´t convert minutes to hours, bassically it gives infinite minutes, seconds and microseconds

How can i convert my number values to a HOUR, MINUTE, SECOND format?

Please share BP images for help, Thanks

Use the “Make timespan” node and input the time in seconds. Break the returned struct and retrieve the hours, minutes, seconds.

6 Likes

Thanks, it worked perfectly!

This is the right way to do it! Thank you!