Unreal Engine 4.26 Documentation
Unreal Engine 4.27 Documentation
Unreal Engine 5.0 Documentation
Unreal Engine 5.1 Documentation
> Setting Up Your Production Pipeline > Unreal Build Pipeline > Unreal Automation Tool
Light Theme
Dark Theme
>

Unreal Automation Tool

Unreal Automation Tool is a generic system used to automate processes, including testing and building games.

On this page
  • Overview

  • BuildGraph Reference

  • Guides

Overview

AutomationTool_topic.png

Automation Tool Overview

A host program and a set of utility libraries that enable you to script unattended processes related to Unreal Engine.

placeholder_topic.png

BuildGraph

Customize your builds with the BuildGraph scripting system.

BuildGraph Reference

placeholder_topic.png

BuildGraph Script Conditions

Learn syntax to write BuildGraph script conditions.

placeholder_topic.png

BuildGraph Script Types

Learn about valid data types for BuildGraph attributes.

placeholder_topic.png

BuildGraph Script Tasks

Learn how BuildGraph can help you create custom tasks.

placeholder_topic.png

BuildGraph Script Elements

Learn about BuildGraph Elements.

Guides

placeholder_topic.png

Create an Automation Project

Add automation scripts to be compiled and run with Unreal Automation Tool.

placeholder_topic.png

BuildGraph Usage

This page provides sample BuildGraph Script usage.