Timer

I created a timer, and i need it to be displayed when i press the play button! but currently it is not displaying, can someone help me??

If the timer variable is in a separate blueprint then you will need to reference the blueprint widet (probably best through the HUD) and pass on the timer as a variable. Then use it to drive the timer display.

I’ll just add that you can use an actual timer instead. Read its elapsed time when a value needs updating.

1 Like