I am trying to display a specific status value that I have defined for "skill points", in other words it is an experience type status value/experience type "none", used as a learn cost for abilities that you define in a research tree.
My issue is I am having trouble displaying it in a certain way. I want to display it as a combatant HUD in a menuscreen.
In ORK 2, the setup was like this.

And basically, it would look like this: [Points: X] as a HUD.
So, I want to display it like that in ORK 3, so not as a status value with a bar, nor a status list as I specifically only want to display that specific status value as the box is very small. All I want to display is the <value> of that specific status value.
So, I created a HUD, followed the setup of my other similar status value HUDs and I thought this would be enough, but nothing is displaying.

I am using a "HUD Status Value (Content Provider)" component, to display information specifically for that status value. Then I thought that if I used a "ORK HUD Status Text Content" component and <value> text code to display the current value that it would show.
Using a "ORK HUD Text Content" component and a <name> text code displays the name but that component does not have text codes to show the value.
So yeah, what am I missing out on?