Epic Developer Community Forums
Add String to Array (+1); feed whole Array to Widget
Development
Programming & Scripting
UI
question
,
Array
,
string
,
Widget
,
unreal-engine
GrumbleBunny
(GrumbleBunny)
April 4, 2021, 4:06pm
2
You can use Add to add the strings to the array. New entries will be added at the end.
You can use
Join String Array
to join the entries together, using “\n” as separator to put each one on a new line.
show post in topic