List of advancements.

Hi, I want to make a set list of advancements that I can then display in game. How do I make a list like that? I need only text in the list.
I have no idea how this list stuff works.

What are you referring to? Weapon? Tools? Plans? Maps? Skills?

Also, is it predefined or dynamically generated? We need more information to help you.

List of achievements, predefined.

You can try using the UMG widget and data table and add it dynamically by appending the child UMG to your master UMG. It’s a complex process this way but it’s scalable. Or you can just add it manually in your UMG, that works fine too.

Sorry I didn’t respond, but that’s because I figured it out. I made an array of text (advancements) added text to a widget bp and made that text change to a random index of advancements array. Works flawlessly.