Unreal Qt Project Generator Versions Save

A small command line tool which generates QtCreator (qmake) projects for Unreal Engine 4 game development.

v0.3

8 years ago

Improvements since 0.3b2

  • cleaned up code
  • .target.cs files are now also added as additional files in the .pro file.

v0.3-beta2

8 years ago

Bugfix: Unreal Engine path should now be correctly detected for custom engine builds.

v0.3-beta

8 years ago

Here it is, the highly improved version 0.3, which will most likely be the last major release of the tool as I consider it now more or less complete.

Highlights:

  • The generation process is now fully automated (configuration only during first run). If you run the tool directly from command-line from inside the project folder you don't have to enter anything anymore (project path is picked from working directory)
  • The tool should now also work for custom builds of UE4 (git version)
  • Fixed problems with perforce (thanks to Ypsylon)
  • Bug fixes
  • Executable renamed to uProGen.exe (easier to type in cmd)

Warning: I have only tested this version on my computer which is why I marked it as beta. Bugs should be reported here on GitHub if you find some.

v0.2d2

8 years ago

The Unreal Engine path now has to be entered manually, because automatic detection seems to no longer work. The path is stored in a file so you only have to enter it once.

v0.2d

8 years ago

Hotfix: Manual entry of Unreal Engine directory should now work

v0.2c

8 years ago

-added a "Cook" build target, which allows to cook your game assets from within QtCreator (very useful if you work with standalone builds) -fixed some typos

v0.2b

8 years ago

Fixed typo and missing debug flag in Debug Game Standalone launch preset

v0.2

8 years ago

Refactored and now open-sourced version of the project generator tool.