[BP] Combining 2 strings?

Hi!
I am making a simple server set up, and I need to be able to combine 2 strings in the following way:
string 1 = open
string 2 = IP-address inserted in text box in the UI

Could I do something like having a third string called “String1” “String 2”, that I would insert to the command box?
Thankyou!

2 Likes

updated…

I guess what you are looking for is the append node?

15287-append.png

2 Likes

(if return value of that is “AB”, yes)

exactly. When you combine "open " and your ip adress you should mind the " " after open otherwise your combined string will look like “open91.41.13.156”

alright,nice. How should I convert the UMG textbox content into a string? I have yet to find any “Bind” buttons in it…

Sorry, I haven’t done anything with UMG yet.

I already answered your Question about the textbox in the other thread.

allright, I go check it out :smiley:

thx, really helpful