You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
23 lines
861 B
Plaintext
23 lines
861 B
Plaintext
INTSourceChangelist:0
|
||
Availability: Public
|
||
Title: Build Tools
|
||
Description: Tools for compiling Unreal Engine and game projects.
|
||
Type: overview
|
||
Parent: Programming
|
||
Order: 22
|
||
|
||
|
||
[REGION:fullwidth]
|
||

|
||
[/REGION]
|
||
|
||
There are a collection of tools for automating the process of building Unreal Engine 4 (UE4), including **UnrealBuildTool** and **UnrealHeaderTool** (among others), and this guide provides an overview of these build tools, including a brief overview of UE4's modular architecture.
|
||
|
||
[REGION:note]
|
||
**Note:** If you would like to debug UnrealBuildTool or **AutomationTool** on Mac OS X, please install [MonoDevelop 4.2.2](http://monodevelop.com/Download) and [Mono 3.2.7](http://www.go-mono.com/mono-downloads/download.html).
|
||
[/REGION]
|
||
|
||
## Topics
|
||
|
||
[DIR(output:"topic" parent:"Programming/BuildTools" end:"1")]
|