How do I display an integer with a widget?

I’d like to be able to display a number with a widget, I can display text and all that, but how would I display an integer?

The ammo in this example is an integer so this should point you in the right direction. https://docs.unrealengine.com/latest/INT/Engine/UMG/QuickStart/2/

Hope it helps :slight_smile:

in the widget make a text companment and in the place you write make a new binding and get the integer and give it to the function (you can use cast to get to other bp’s)