This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# mono /home/salamanderrake/UnrealEngine/Engine/Binaries/DotNET/UnrealBuildTool.exe TutorialCodeRake Linux Development \ | |
# -editorrecompile -game -project="/home/salamanderrake/Documents/Unreal Projects/TutorialCodeRake/TutorialCodeRake.uproject" | |
# calling syntax: | |
# <script> DerpProject ~/gitstore/Derp ~/gitstore/UE4/UE4mainline "" | |
# First argument: project name | |
# Second argument: Where to store the project | |
# Third argument: where the UE4 SDK is stored "for now" | |
# Fourth Argument (Can be empty): path to the UE4 SDK |