HUD: view and update values

Hi,
I want to view and update values on the player’s HUD for a multiplayer game, its updating but to all players.
Thanks
Character’s Blueprint

HUD Blueprint

PlayerIndex 0 is really best for single player and splitscreen multiplayer where you have all the users on one computer and know whos who.

But basically if you are trying to do a network setup you need to cast to the Controller and HUD owner so that they are each separate.

heres a simple example for getting health from the player

note this was being made into a function just to tidy up the event graph and make moving nodes around easier.
My work flow is once I have a large set of node working or I keep using a certain setup over and over is to make it into a function which is easier to move around :slight_smile:

THANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNK YOU :smiley: sorry for caps but really i was searching everywhere and i couldn’t find the answer :stuck_out_tongue: