mikhomak / UE4BatchWorklfow

⚒Unreal Engine 4 batch files for building your C++ project⚒

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bat files to compile your Unreal Engine 4 C++ project I found in this video by Alex Forsythe
Go watch this video, it's amazing and subscribe to his chanel, it's really good

Installation:

  1. Put those Build.bat, Editor.bat and Vars.bat in your root project folder (where ./YourProjectName/YourProjectName.uproject).
  2. In Vars.bat change set PROJECT=YoutProjectName to your project name and set UE4_DIR=RouteToYourUnrealEngine4 to the path to your Unreal Engine(example : O:\Programs\Unreal Engine\UE_4.26)

Usage:

  1. Open the terminal in this folder
  2. Use Build to compile your project. You need to have Unreal Engine Editor closed
  3. Use Editor to open the editor

Credtis:

Big thanks to Alex Forsythe, you are amazing, dude!

About

⚒Unreal Engine 4 batch files for building your C++ project⚒


Languages

Language:Batchfile 100.0%