Need Bluprint for Menu and Timer hud?

I am working on project which is Third person
Runner base game
Its a time based small level game
How to make simple menu bluprint
and need to show timer on screen

Plz help Urgent

This event i wont able to find
i searched on bluprint

Do u hav full tutorial which will help

To use the event you require to create a child class of a HUD blueprint class.

How about checking some Tutorials about HUDs on Youtube?
Most of that is done in your Custom HUD Blueprint.

In this Blueprint (ParentClass is the normal HUDClass) you can find/use this Event.

http://puu.sh/aNIKE/081220528c.png

From there on, you can use the node “Draw Text”. I don’t know where you calculate your timer, but you will need to get a reference to that and get the Timer Variable. That Variable can be plugged into the “Text” input of the Draw Text.

But i would still recommned you to watch some Tutorials.

You can pick any HUD related Tutorial on Youtube.
For example this:

thank you! brother its big help…
its worked awesome

if u hav something near with my project please share there still menu probs

Have you had a to look at the Blueprint HUD map for the Content Examples project? That will have some more resources for you to look at. If you give a more detailed description of what you are trying to accomplish, I am sure that will help us understand what you need better.

Thnx! :slight_smile: I will hav look now…

Hi ameets21,

How is your research for a blueprint HUD timer going? Have you figured out what you needed so far?

Hi ameets21,

We haven’t heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you still have questions about this, please feel free to post back here.

Thanks, TJ

Yes! Sorry for delay reply !
there is lots help from ur guys Thank you…

still there is one more query if i am making game on points where my player collect points and end of game i wanted to highlight the points
wht to do?

This could be done several ways but one way could be to use blueprints to change a value on a material perimeter.

nt this i mean scoreboard page
player collected points those calculate and showing total score

A good example of this would be to download Tappy Chicken from the Marketplace and look at how the scoreboard functionality was implemented there.