Navigation
API > API/Developer > API/Developer/LauncherServices
Enumerates modes in which the launcher cooks builds.
| Name | ELauncherProfileBuildModes::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfileBuildModes
{
enum Type
{
Auto,
Build,
DoNotBuild,
}
}
Values
| Name | Remarks |
|---|---|
| Auto | Build if there is not already an existing pre-built target available. |
| Build | Always build. |
| DoNotBuild | Do not build. |