Skip to content

Instantly share code, notes, and snippets.

@fire
Last active August 29, 2015 14:06
Show Gist options
  • Save fire/9a2884a793fe0426572d to your computer and use it in GitHub Desktop.
Save fire/9a2884a793fe0426572d to your computer and use it in GitHub Desktop.
# Include game project in engine
https://answers.unrealengine.com/questions/14440/include-game-project-in-engine-solution.html Accessed: Mon Sep 15 16:08:31 PDT 2014
Copy your game(s) to the root of the engine folder.
Now it should look like:
Engine
Samples
ShooterGame
MyOtherGameProject
Templates
GenerateProjectFiles.bat
Create a text file in the same folder called UE4.uprojectdirs
Put a single '.' in there representing the current folder.
The Unreal build tool will search for ./AnyFolder/*.uproject
Double click the batch file "GenerateProjectFiles.bat" to run it
You should now have your projects inside the UE4 solution :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment