Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/UnrealBuildSystem/Configuration/BuildConfiguration.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

27 lines
912 B
Plaintext

Availability: Docs
Title:Configuring Unreal Build System
Crumbs:
Description:Configure Unreal Build System to control how the engine is built.
Version: 4.14
tags:Programming
tags:Unreal Build System
level:Intermediate
parent:Programming/UnrealBuildSystem
topic-image:topic_buildConfigProps.png
[TOC(start:2 end:4)]
UnrealBuildTool reads settings from XML configuration files in the following locations:
* Engine/Saved/UnrealBuildTool/BuildConfiguration.xml
* *User Folder/AppData*/Roaming/Unreal Engine/UnrealBuildTool/BuildConfiguration.xml
* *My Documents*/Unreal Engine/UnrealBuildTool/BuildConfiguration.xml
These files are added to the generated UE4 project under the Config/UnrealBuildTool folder.
## UnrealBuildTool Configuration Properties
These properties will help you set and customize your build configuration(s).
[INCLUDE:Programming/UnrealBuildSystem/Configuration/BuildConfigProperties]