Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. [Solved] Unreal Engine 4 with Qt Creator
Forum Updated to NodeBB v4.3 + New Features

[Solved] Unreal Engine 4 with Qt Creator

Scheduled Pinned Locked Moved Game Development
2 Posts 2 Posters 6.0k Views 1 Watching
  • 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.
  • M Offline
    M Offline
    moonrising
    wrote on 25 Dec 2014, 23:21 last edited by
    #1

    I have seen some tutorials and pages about using UE4 with Qt Creator.
    for example: https://wiki.unrealengine.com/Using_QtCreator_With_UnrealEngine4
    If I want to use Qt Creator with Unreal Engine can I access the Qt library, for example QString, QStringList, etc...?
    Can I use the Signal/Slot mechanism or just standard C++?

    1 Reply Last reply
    0
    • V Offline
      V Offline
      VIPRIP
      wrote on 28 Dec 2014, 18:33 last edited by
      #2

      Hi,

      The answer is no. I think the UE4 framework is auto-sufficient to develop your game with C++11.

      You can see inside the MyQtProject.pro file, he removes Qt from dependencies.

      @CONFIG -= qt@

      The line above implies you cannot use Qt to access at the Qt framework and you can't use signal and slot mechanism.

      But, you can try out by yourself.

      Best regards,
      William.

      1 Reply Last reply
      0

      1/2

      25 Dec 2014, 23:21

      • Login

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