I am using UMG and have a editable text box that the user can type in. When I the press a button I want to read what is typed in the text box.
This is how I tried to do it, but it will only return the name of the text box(IP):
I am using UMG and have a editable text box that the user can type in. When I the press a button I want to read what is typed in the text box.
This is how I tried to do it, but it will only return the name of the text box(IP):
This is a rather old topic but it’s not flagged as answered.
On the 4.8 version you have an Event “OnTextChanged” which will result the Text typed.
Cheers