Multiplayer Health Widget Creation

Greetings, I’m currently attempting to create widget health bars for a multiplayer project. Below is how I create the widget for single player.

I have used the Switch has Authority, but I fear I haven’t put it to proper use. I need to create the widget only on the players client and add it to his viewport alone.

I’ve browsed the web and couldn’t come up with anything helpful.

Looks like you are new to Networking read this guide made by eXi it makes a lot of things clear if you still got trouble solving the Problem let me know and Post me what you got after that nice read http://cedric.bnslv.de/Downloads/UE4_Network_Compendium_by_Cedric_eXi_Neukirchen.pdf

Credits to eXi for that Answer

Nice read indeed! lol. This should help quite a bit, thanks for the recommendation.

Create the widget in the player controller, and set “self” to the owning player. Then each client with have their own, single instance of their widgets.

Thanks, seemed to work!

self reference can’t be added to owning player… edit: nevermind i’m stupid