CountDown Timer

I am doing a timer count down but it is not displaying how I want. I want it to display something like 2:04 but it displays 2: 4 instead. How can I achieve this .

I’m not a pro and maybe you can find a better solution, but mine will be to make a simple check like this->

branch if = 1 to 9 then add «on the string value» 0 before.

If it’s not clear just tell me and I’ll try to give a picture. Have a good day and have fun!

Ill try that. Just to make sure you are not saying add a variable? Pictures are always nice thanks Ill let you know if it I get it.

Hey hey, you could use something else than a new variable (bind a function by example). But in my example I use new string variable. Here the screenshot I made some comment (if someone else search answer and know less BP (I think it’s not that much your case)).

Have fun and if you have another question don’t be shy!

Okay I will try something like this. I will have to watch some tutorials unfortunately the few I watch I followed on YouTube , even though his countdown clock shows how I want the way he explains the set up does not include the steps. Countdown Timer With Game Over - #13 Unreal Engine 4 Blueprint Creations Tutorial - YouTube This is the video I have watch.

Just use timers, you can set and view state of timer from any pin with just single nodes

https://docs.unrealengine.com/latest/INT/Gameplay/HowTo/UseTimers/Blueprints/