How to get the main window of the editor, to parent Qt or PySide application to it?

Yes this worked. The exact syntax is -
unreal.parent_external_window_to_slate(widget.winId(), unreal.SlateParentWindowSearchMethod.ACTIVE_WINDOW)

Thank you @Elias_Kremer

1 Like