UserWidget -> CommonUI.. possible?

Hi there…

i’m currently trying to get Gamepad support running in my 5.2 project.
Since Enhanced Input really don’t want to run with my Widgets… I stumbled over Common UI…

So… since the setup for this is a bit bigger… i want to clarify things for me here…

1st)
I now have 24 Menues and around 70 Widgets that get procedurally spawned inside the Menues at runtime…
And i really… really don’t want to recreate all of them from scratch…
So… Is it possible to reparent my UI from UserWidget to the UCommonActivatableWidget and/or UCommonUserWidget without greater problems?

2nd)
I don’t use the basic buttons… instead i use switches, images and stuff… to do my own basic Widgets my Menues get filled with. Since i saw that a CommonUserWidget has the same objects as a UserWidget… is a simple conversion possible (with all the events, dispatchers and functions)?

3rd)
Woupd it be recommended at all, to switch to CommonUI?

Thanks in advance :blush: