Shared Screen Hud: Please Help

I am trying to make a 4 player shared screen 3d side scroller game.

I am at a loss of how to create the HUDs for 4 players as they are spawned, and tie them to that player.

I know I will have to use the controller ID, and the owner variable on the Create Player HUD widget.

My thoughts were to either have 4 sections within the same hud, or create 4 widgets and create them as the player spawns. The latter would make it easier to place them on the screen at least.

The second issue is tying the stats from the player to their HUD section. I also understand that this will involve the controller ID variable.

I have searched for tutorials, but all I find are split screen tutorials. If anyone knows of one for shared screen it would be much appreciated.