Hi. I have a day/night cycle system, which also passes the time to UI and shows it to the player. The problem is that it does not show 0 when hours or minutes are <10. I remember seeing a topic with the same problem on reddit like a week ago, but now when I faced the issue I can’t find it.
Here is a screenshot of Blueprint ending:
[SPOILER]
Are you using an asset from the store or something?
I had a problem like this just the other day but my time had 100 seconds in a min which was rather annoying. I had to recalculate the time but i was able to get the hours and mins seperatly then just append 0 if less than 10.