Create complex hud widget

How i create a complex hud widget.

It can’t possible use scaleform in ue4. Are there other method.

I would create a widgets like thees under the post.

Thees pictures rapresent ark suvival game made by studio wildcard. It use other method for create animated widgets.

Are you explain me how do it work.

More thanks for answerhub

56865-ark+3.png

.alt text

right click in your content browser and do UserInterface > Widget Blueprint. By default its scaled to full screen, i usually scale it down to about 500 x 500 (this may be different depending on what your using it for). To give you the visual effect your looking for, turn down the opacity of the widget components. Then you add the widget as a component to whatever blueprint has your camera. Note: widgets are still experimental in unreal and may not always give the results your looking for.

Do you know how to get the Widget Blueprint for ue4.20 as I cannot find it?