Creating UI for players connected to Dedicated Server

Hello all!

I recently started working on a multiplayer game but it seems I’ve forgotten the correct way to show UI on clients.
At the moment the UI doesn’t show on the client at all.
I’ve taken apart and simplified my code for now to test it, this is what I havein my Player Controller;

Thanks for any help.

Hmm maybe try making HUD class as it was made to work on client and manage old canvas HUD, it can be used init UMG HUD too, some people still use it, also might be useful if you want to draw things on screen like in canvas.