[UMG] How to make editable textbox content a string?

Hi! How would I extract the content of an editable textbox and make it a string? Thanks!

updating this so it wouldn’t get flooded over with the good old love mantra

So, you mean, the Text that the user types into this box should be a variable that you can use in some function?
If you select the textbox in the UMG Editor you should have the options on the right side.
On the top of this there should be something where you can type in a Name and a “use as variable” tickbox.
With this you can name the Variable that you can use in the Graph of your Widget.
It will contain the Text so you can use it as a username or something.