Hello,
In a widget, I have an “editableText” that I use for a password. In the details, I put IsPassword = true so that the text is hidden. A small detail, it replaces the letters with a black circle ( • ). I would like it to be an asterix instead ( * ). There is no option in UE5 to change this.
I searched everywhere, even in the UE5 source folder to change this with c++ but I can’t find…
thks for Help