Create a simple menu like in the Strategy Game

Hello,

I’d like to know how to create the simple menu like they made in the strategy game. It looks fairly simple, consisting of mostly textures. Anyway, any thoughts?

greets

You could do it like that: ?v=vBADl-gbITQ (not the best way but it works ^^)

For start check out the examples you get on the marketplace, there is a simple Blueprint Menu example.
Also check this : https://answers.unrealengine/questions/41214/how-do-you-use-draw-texture.html

To make your own menu start by creating a blueprint and choose “HUD” for parent.
Then click on “World Settings” button (in the middle on top), and link your new HUD blueprint to the rollout “GameMode–>HUDClass This Game Uses”(right side of the screen).
Now that your HUD is included , open it and start adding functionality to it,
you can add textures, text, Hit Boxes, etc …
Here’s an example on how to get started , 2 screenshots from my HUD:

Thanks a lot!