No whitespace or special characters from a TextBox ?

You’d need a custom textbox class which implements ReGex on result string (regular expressions).

Or you can format string manually in UMG, kind of boring thing to do.