Debug Widgets? View All Widgets of all classes?

Is there a console command to output a list of widgets created for a Controller/Character?
Or a way without having to use too many GetAllWidgetsOfClass?

Hello.

I don’t know of a console command, but this might help.

If you store all widgets you create into variables, then you can easily get access to them. You can even add them to an array and output them as and when needed. Hope this helps.