You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
27 lines
912 B
Plaintext
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]
|