How to get the value of an editable text box?

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 worked for me:

1 Like

in my example, in Get Text function, blue Target node not appear ? what is the reason ?

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