Having trouble getting enemy stats on a widget

So I got it to display the correct number for health for the character sheet.

The character sheet takes up the whole screen so I wanted to use the AllStatsWidget. I’ve tried so many things with AllStatsWidget and nothing seems to work. Do I have to change something in my GetText to match it with the Allstatswidget?

I’ve tried this so AllStatsWidget creates itself.

AllStatsWidget contains the character sheet with the gettext. When I use create all stats widget instead of the create character sheet widget the value is still 0. Is there another place where I have to set mob parent?