Can you access character blueprint from widget added to TextRenderComponent without using PlayerIndex?

Hello,

In order to display text over a player, I’ve created a TextRenderComponent and set it to Space and added a text widget. It displays fine when I use GetPlayer and then give an index to call the text to display from the character blueprint. However, there seems to be no way to call the owner directly from the widget blueprint, and that seems like it will be problematic for network play. Is there any way to do this of which I’m unaware? Is there a good workaround?

Best and thanks,

GideonCrawle