Files
Mitchell Wilson 3f8c52a80a Copying //UE4/Dev-Documentation to Samples-Main (//UE4/Samples-Main)
#rb none

[CL 6955335 by Mitchell Wilson in Main branch]
2019-06-12 12:19:04 -04:00

22 lines
836 B
Plaintext
Raw Permalink 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")]