Remove comma from numbers greater than 999 in HUD?

Uncheck “Use Grouping” in “ToText” node
https://docs.unrealengine.com/latest/INT/BlueprintAPI/Utilities/Text/ToText_int/index.html

2 Likes

Basically I’d like numbers that appear on my HUD to not use commas. so that 9,999 would become 9999. When you print a number to the screen with the Print node, it doesn’t add the comma. But text boxes in the HUD seem to add the commas. I know its just an aesthetic choice and all, but its really how I’d prefer to display numbers on the HUD for my game. Any help is appreciated. Please and thanks.

Thank you. That worked like a charm. I hadn’t noticed the ToText node even had a drop down. Thanks again.

is there a universal setting for that i get it in all of even if i dont use text to integer