Splitting a number like 350 (this is 3 seconds and 50 milliseconds) into 00:00:00 so that it displays 00:03:50?

Please help i have been trying everything for days now can somone help!?

Hi RuffyPuppy, welcome to the forums!

In the long-run it might be a good idea to work within the ‘DateTime’ or ‘Timespan’ structs when dealing with time.


(Note that I needed to add values to Year/Month/Day to get this to work}

To more directly answer your question: What if you divide 350 into 100 - you’d get 3 with 50 remainder… so check out the Division nodes in Blueprint. (Specifically ‘Division (Whole and Remainder’))

Cheers

2 Likes