Hello, I come here beacause I have a problem in my project, I have create a widget blueprint, and I would like than user can write text, but when I test my widget and I press “enter”, it quit the text. (thank you in advance for answers)
but when I test my widget and I press
“enter”, it quit the text
Could you explain what “quit the text” means in this context? Do you mean that the widget loses focus and you can no longer type without clicking on the editable text again?
What do you expect to happen after the user has finished typing and hits enter?
Yes, it loses focus and don’t make the line break
Yes, it loses focus and don’t make the
line break
If you need line-breaks, use Editable Text (Multi-Line) instead.
Thank you, I don’t see the text multi-line xD