My floats have comma as decimal seperator, but I need decimal point

As in the title, everytime I print floats they have decimal comma instead of decimal point… how can I change that?

Here is blueprint:

uses ToText and Replace nodes:
http://api.unrealengine.com/INT/Blue…/ToText_float/
[https://docs-origin.unrealengine.com…ace/index.html

](https://docs-origin.unrealengine.com/latest/INT/BlueprintAPI/Utilities/String/Replace/index.html)

2 Likes

Yeah I know about the replace thingy but I think that this is not a good solution having to use replace every time I work with floats. Isn’t there any way to select point over comma as standard?

Then You should look into changing locale for unreal project. But that changes more than just comma.