Having problems Common IU Plug-in

Hi, I’m having a problem with the common UI, i crated a base drop-down button so i can edit the content, functionality and so on in the main Widget so it just crates a Instance of the button, and I make copy’s of the button the main widget BP. Such as screen Size, window mode and so on. The problem is when I do this, I can’t seem to get it to work, the button functionality seems too either not work or give weird results. so, I end up having to create a duplicate of the button in the editor and adding the functionality into each button and it seem to work. so, I guess am I using the base button wrong? that it isn’t instance and i can’t crate duplicate in the Widget BP

I Populate each drop-down Menu with a Stuc of Array strings each with what i want in the drop down Menu then I add them Via a for loop and a Add Options Node, most of the options use a Int so i just use the Int of the Dropdown and plug that into the Graphics option, like I said when i do this in a Connon Ui instance in a Widget it doesn’t work it only seems to work then I duplicate the button in the editor