Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/BuildTools/BuildTools.INT.udn
Max Chen 4561801a81 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) @7119039
#rb none

[CL 7120528 by Max Chen in Dev-Editor branch]
2019-06-21 01:21:43 -04:00

22 lines
836 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Availability: Public
Title: Build Tools
Description: Tools for compiling Unreal Engine and game projects.
Type: overview
Parent: Programming
Order: 22
[REGION:fullwidth]
![Unreal Build System](build.png)
[/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")]