How can I copy a "menu screen"?

I’m making a RPG in which I have a skill tree, similar to the ine in Path of Exile or Diablo. I need this skill tree is basically a menu with a bunch of buttons and an info box telling what the skill is.

I need to copy the whole thing three times so the player can cycle through the four possible “classes”.
How can I do this effectively? (I also need the blueprints for the code to be copied three times)

Do I just control+c control+v?

Thanks in advance to anyone answering me

You could duplicate the widget and just change the name.

Edit: Unless you want it all on one widget. If that’s the case, you can just make a basic layout on another widget and just use a user created widget on your main blueprint.