Problem displaying screen space widgets using splitscreen

I’ve been having a problem with screen space widgets using Splitscreen and I haven’t found much info for this on the forums.

Basically, I want to use a widget component on my character to display his user name, and I set the widget to screen space in the component.

But it seems like no matter what I do, I cannot get the widgets to display except for the first player. I’ve tried setting the owner of the widget to the other players (like player 2) and tried making copies of the widget component, so that the other players use different widgets, but nothing works. And I can’t directly call “Add to player screen” for the widget since it’s set in a component.

I’d appreciate any help/ideas.