Change Variable's Set Node to Different Target Class

I have 2 widget blueprints with matching variables and content, the difference is just in layout. I have a blueprint that sets each variable in the widget BPs, but I would like to reuse all that SET nodes I have and just change the Target to my other widget. problem is that the Target pin will not accept the other widget ie “Widget B is not compatible with Widget A object reference” . I could go through and recreate all the SET nodes but pulling off from my Widget B object reference but it will take time. Is there a way to keep all my existing SET nodes and just somehow change the object reference class frommy Widget A to my Widget B??

Thanks all