Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/Development/BuildConfigurations/BuildConfigurations.JPN.udn
Masayo Kondo 3205ff51e1 #loc UE4DocJPN moved or deleted
[CL 2638014 by Masayo Kondo in Main branch]
2015-07-29 20:38:43 -04:00

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]