Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Integrating UE5/CryEngine into Qt6 desktop application
Forum Updated to NodeBB v4.3 + New Features

Integrating UE5/CryEngine into Qt6 desktop application

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
3 Posts 3 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jars121
    wrote on last edited by
    #1

    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!

    jsulmJ 1 Reply Last reply
    0
    • J jars121

      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!

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Alex L.
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved