How do I make a countdown timer for game start?

Hello, i browsed the forum but i couldn’t find what i really wanted or i couldn’t find it. As i mentioned in the title, how can i make a countdown timer for the game to start? For example; it will count three seconds backwards, then the game will begin.

Thanks to everyone who answered.

google “ue4 countdown timer”

there are some tutorials there

In your game mode / state - you can use Timeline (Right Click->Add Timeline), set it’s length and use node “Reverse from end” to make it go backward.
Then you can create event dispatcher to update your widgets. Of course, don’t update it every frame, but when it reaches <3, <2, <1… etc.