Navigation
API > API/Developer > API/Developer/DeveloperToolSettings
ProjectPackagingSettings has two arrays of custom builds: EngineCustomBuilds and ProjectCustomBuilds. That makes it possible to have two builds with the same name (one in each list). For this reason, we need to store the settings separately for both.
| Name | ECustomBuildType |
| Type | enum |
| Header File | /Engine/Source/Developer/DeveloperToolSettings/Classes/Settings/PlatformsMenuSettings.h |
| Include Path | #include "Settings/PlatformsMenuSettings.h" |
Syntax
enum ECustomBuildType
{
EngineCustomBuilds,
ProjectCustomBuilds,
}
Values
| Name | Remarks |
|---|---|
| EngineCustomBuilds | |
| ProjectCustomBuilds |