You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
81 lines
2.5 KiB
Plaintext
81 lines
2.5 KiB
Plaintext
INTSourceChangelist:0
|
|
Availability: Docs
|
|
Title: Build Configurations Reference
|
|
Description: Reference guide for the different build configurations available to developers.
|
|
Crumbs: %ROOT%, Programming, Programming/Development
|
|
Prereq: GettingStarted/RecommendedSpecifications
|
|
Prereq: GettingStarted/DownloadingUnrealEngine
|
|
Prereq: Programming/Development/BuildingUnrealEngine
|
|
Related: Support/Builds
|
|
SkillLevel: Advanced
|
|
Version: 4.8
|
|
|
|
[TOC (start:2 end:3)]
|
|
|
|
## Build Configurations
|
|
|
|
Unreal Engine 4 (UE4) uses a custom building method via the UnrealBuildTool. This tool handles all the complex aspects of compiling the engine.
|
|
|
|
[INCLUDE:Programming/Development/CompilingProjects#winbuildconfig]
|
|
|
|
### Unreal Engine Source Version
|
|
|
|
The following build configurations are available when building the source version of Unreal Engine:
|
|
|
|
| | Debug | DebugGame | Development | Shipping | Test |
|
|
| ----------- | ----- | --------- | ----------- | -------- | ---- |
|
|
| **[empty]** | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
| **Editor ** | ✓ | ✓ | ✓ | | |
|
|
| **Client ** | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
| **Server ** | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
|
|
### Unreal Engine Binary Version
|
|
|
|
%Globals:osselect_linux%
|
|
|
|
[OBJECT:ToggleButtonContent]
|
|
[PARAMLITERAL:category]
|
|
OS
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:id]
|
|
windows
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:active]
|
|
active_button_content
|
|
[/PARAMLITERAL]
|
|
[PARAM:content]
|
|
The following build configurations are available when building the binary version of Unreal Engine:
|
|
| | Debug | DebugGame | Development | Shipping | Test |
|
|
| ----------- | ----- | --------- | ----------- | -------- | ---- |
|
|
| **[empty]** | | ✓ | ✓ | ✓ | |
|
|
| **Editor ** | | ✓ | ✓ | | |
|
|
| **Client ** | | | | | |
|
|
| **Server ** | | | | | |
|
|
[/PARAM]
|
|
[/OBJECT]
|
|
[OBJECT:ToggleButtonContent]
|
|
[PARAMLITERAL:category]
|
|
OS
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:id]
|
|
mac
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:active]
|
|
[/PARAMLITERAL]
|
|
[PARAM:content]
|
|
Mac Test.
|
|
[/PARAM]
|
|
[/OBJECT]
|
|
[OBJECT:ToggleButtonContent]
|
|
[PARAMLITERAL:category]
|
|
OS
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:id]
|
|
linux
|
|
[/PARAMLITERAL]
|
|
[PARAMLITERAL:active]
|
|
[/PARAMLITERAL]
|
|
[PARAM:content]
|
|
Linux Test.
|
|
[/PARAM]
|
|
[/OBJECT] |