How to make a random pop up skill system

I’m creating a game and I would like it to have a skill selection pop up system like what Vampire survivors has.

what i have:

EXEMPLE (what i want):

I’ve already created the entire system that calls the Widget when the player levels up, but I would like to know how do I get the items to be displayed there?

Does anyone have any tutorials? How to Bind my data table with the widget and make them appear randomly?

hello,
here is a great tutorial for UI.

its about makers and objectives but it has a lot of useful information on how to add to widgets.

hope this will help you :slight_smile:

cheers

I learned a lot of what I know about UE from Ryan Laley.

When you explained what you wanted to do I thought of a display widget.

The following is a link that shows how you could create widget component of which you could modify this to make what you are looking to create.

Hey, did you ever figure out how to do the randomized upgrade selection on level up? I am at the same stage as you as having a widget populate on level up but unsure how to implement the random power ups for abilities.

Any help would be appreciated.