Text array Plus Text Array?

Hi All,

I’m doing something very simple in unreal. Its a UMG random name generator with two arrays, one full of the first set of words, the other with the second.

It works fine with two text boxes but i want to set them both into a single textbox. Is there some way to make the UMG text box display the first array, then the second after with a space in between?

If I understand correctly all you need is the string “Append” node to combine the results of your two randomly selected names.

That was exactly it! However, is there a way to add a space between the two?

Sure, you can just add an extra pin between your two pieces of text and type a space in the text field! :slight_smile:

That’s Great man, thanks very much!