UMG - EditableTextBox - Keyboard Focus & Text Length

Hi,

Does someone succeeded in 4.9 to keep the keyboard focus on a EditableTextBox once you have commit? I try to set the focus back avec the OnTextCommitEvent but it doesn’t work.

What the purpose on be able to read the bool value “Keep the Keyboard Focus after commit” if you can’t set it (in BP)?

Is there a way to limit the input text length natively without using the OnTextChanged event and Substring the text?

Thanks,