Multiple Player Controllers with Unique Focus?

Store the player controllers in an array. You can then access the array and ask whitch character they picked. Then draw the widget according to the character.

I used to do it this way. But it also depends on your character selection logic