Integrating UE5/CryEngine into Qt6 desktop application
-
Hi all,
I'm just wondering whether anyone has integrated a UE5- or CryEngine-based executable into a Qt5/6 desktop application (Windows-based)? I've run external applications from within the Qt application (e.g. with QProcess), and am wondering if somehow the UE5/CryEngine application could be instantiated within Qt and rendered, manipulated, etc. within the existing QtQuick view(s)?
Thanks!
-
@jars121 said in Integrating UE5/CryEngine into Qt6 desktop application:
if somehow the UE5/CryEngine application could be instantiated within Qt and rendered, manipulated, etc. within the existing QtQuick view(s)?
No.
But what can be done is to integrate the GUI of a running application into your application. But the other application will be still another process.
See https://stackoverflow.com/questions/37665389/how-to-embed-one-qapplications-gui-into-another-qapplications-mainwindow -
According to Qt documentation you can integrate your qml in UE:
https://doc-snapshots.qt.io/qt6-dev/qquickgraphicsconfiguration.html#configuration-for-external-rendering-engines-or-xr-apis