[Solved] How to get health values to text in widget hud?

So i got everything connected and have a working health bar that regenerates over time. problem im having is i cant seem to get the numerical value to show up in text form. most of the tuts on this is out of date now since 4.5 did alot of changes so im a little confused how to pull the data from the character now.

Hi!

I create Health/Energy/Ammo HUD from this docs
https://docs.unrealengine.com/latest/INT/Engine/UMG/QuickStart/index.html

and add numeric representation Helath.

Thanks for this i was doing it all the hard way and this just made my life easier :slight_smile: thanks alot!