How can I do something similar to this:
but with simple text inside a widget blueprint.
This is my project:
I have an array of animals.
I made a button to add some animals to the array.
After the new elements are inside the array, I want the user to see all the names of the animals inside the array.
I mean, firstly the user will see this array of words> CAT, DOG, PIG
After the user click the button to add another animal to the array, the user will see this text: CAT, DOG, PIG, FISH
thank you so much, it works