Display names below an actor?

Is there a way to display a name below an actors head? Using Widgets?
Thanks,
Alanzote.

You would need to make hud projection on every frame to place text on screen, there function on that in AHUD which also is avable via

Problem is you would need to use AHUD (it’s called HUD in blueprints) to use it, you could both AHUD and UMG sepretly or place UMG management code in HUD. Also if you use Tick it would be best performance wise to use C++ for that.

You might also try play with Text Component, problem on that it’s not facing player all the time