All Projects → nibau → Unreal-Qt-project-generator

nibau / Unreal-Qt-project-generator

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

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Unreal-Qt-project-generator

QtCreator-Color-Schemes
Color schemes for the QtCreator text editor
Stars: ✭ 64 (+72.97%)
Mutual labels:  qtcreator
KinectXbox360-UE4
kinect Xbox 360 sdk 1.8 Plugin for Unreal Engine 4
Stars: ✭ 43 (+16.22%)
Mutual labels:  unrealengine
CoopShooterUdemy
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 328 (+786.49%)
Mutual labels:  unrealengine
base16-qtcreator
Qt Creator styles based on Chris Kempson's Base16 colour scheme
Stars: ✭ 18 (-51.35%)
Mutual labels:  qtcreator
RuntimeBPs
This project allows for visual scripting in UE4 similar to Blueprints, but at runtime. The way this is set up does not make use of any UE4 boilerplate and could with a few adjustments be used in another engine.
Stars: ✭ 77 (+108.11%)
Mutual labels:  unrealengine
RapidCopy
RapidCopy is portable version of FastCopy that runs GNU/Linux with Qt5.
Stars: ✭ 44 (+18.92%)
Mutual labels:  qtcreator
qtcreator-go
Go language plugin for the QtCreator IDE.
Stars: ✭ 24 (-35.14%)
Mutual labels:  qtcreator
Unreal Engine Essential Materials UE4
A selection of materials that covers most (if not all) surfaces
Stars: ✭ 33 (-10.81%)
Mutual labels:  unrealengine
QtRelease Windows
practice project,Helps with QT software deployment on Windows
Stars: ✭ 13 (-64.86%)
Mutual labels:  qtcreator
LightmassConfiguration
LightmassConfiguration is a script made for Unreal Engina 4 to allow to change from Unreal's CPU Lightmass to GPU Lightmass (made by Luoshuang for the Unreal Forums) and back. Since there are no options in GPU Lightmass, the script also allows anyone to change bake quality levels without the need to even restart Unreal Editor.
Stars: ✭ 117 (+216.22%)
Mutual labels:  unrealengine
qt-creator-plugin-boostbuild
Boost.Build Project Manager Plugin for Qt Creator
Stars: ✭ 15 (-59.46%)
Mutual labels:  qtcreator
DataConfig
Unreal Engine JSON/MsgPack serialization framework
Stars: ✭ 81 (+118.92%)
Mutual labels:  unrealengine
cg
This repo created to manage Issues and releases Cheat Gear.
Stars: ✭ 125 (+237.84%)
Mutual labels:  unrealengine
HorizonUIPluginDemo
UnrealEngine Marketplace Plugin
Stars: ✭ 29 (-21.62%)
Mutual labels:  unrealengine
xmake-project-manager
QtCreator XMake plugin
Stars: ✭ 19 (-48.65%)
Mutual labels:  qtcreator
Unreal-Binary-Builder
An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
Stars: ✭ 554 (+1397.3%)
Mutual labels:  unrealengine
Awesome Unreal Engine 4
UE4/UE5 Ressources Collection (Plugins, Effects, Doc, Tools, etc...)
Stars: ✭ 153 (+313.51%)
Mutual labels:  unrealengine
bLandscapeTools
bLandscapeTools
Stars: ✭ 31 (-16.22%)
Mutual labels:  unrealengine
VaFogOfWar
A clear and simple solution of Fog of War for Unreal Engine 4
Stars: ✭ 136 (+267.57%)
Mutual labels:  unrealengine
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-32.43%)
Mutual labels:  unrealengine

Unreal Qt project generator (uProGen)

Overview

This small console utility generates QtCreator (qmake) projects for Unreal Engine 4 game development. It should work with any version of Unreal Engine 4.

The tool can generate .pro files with:

  • Configuration for Unreal Engine development (C++11 support, no Qt)
  • All your current source and header files included
  • All Unreal Engine defines and includes added
  • 5 different build and launch targets (the same which are included in the Visual Studio project: Debug game, Development Editor, Shipping, etc...)
  • Additional Cooking target (allows to cook content for standalone builds directly from within QtCreator)

Usage information

Before you can use the tool you should configure your QtCreator installation for Unreal Engine development. Just follow the tutorial in my post: https://forums.unrealengine.com/development-discussion/c-gameplay-programming/30348-tool-tut-win-unreal-qt-creator-project-generator-v0-3.

Installation:

  1. Download the latest version from https://github.com/nibau/Unreal-Qt-project-generator/releases/latest
  2. Extract the contents of the zip file to your preferred location
  3. First make sure that .pro files are associated with QtCreator, then execute uProGen for the initial configuration
  4. (Optional) Add the uProGen folder to your PATH variable, so you can launch uProGen from any location

Usage:

  1. Open a cmd window and navigate to your project folder (where .uproject file is located)
  2. Run uProGen (the resulting .pro file is stored in the Intermediate\ProjectFiles subdirectory)

Additional information

Unreal Engine projects can only be debugged with CDB on Windows (GDB not supported).

Since QtCreator 4.7, Clang code model is enabled by default. If you experience slow or unreliable auto-completion with UE projects, I recommend switching to the built-in code model by disabling "ClangCodeModel" under Help -> About Plugins -> C++.

Important: I have tested the tool on my computers with Windows 8.1 64bit, Qt 5.4/5.5/5.7, QtCreator 3.3.0/3.5.0/4.1.0 and Unreal Engine 4.4/4.5/4.8/4.9/4.13.

How to build

Just open the .sln file with Visual Studio 2013/2015 and hit build (.NET Framework 4.0 required, no other dependencies).
The qtBuildPreset.xml file needs to be in the same folder as the executable when you want to run the tool.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].