Navigation
API > API/Developer > API/Developer/LauncherServices
Enumerates packaging modes.
| Name | ELauncherProfilePackagingModes::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfilePackagingModes
{
enum Type
{
DoNotPackage,
Locally,
SharedRepository,
}
}
Values
| Name | Remarks |
|---|---|
| DoNotPackage | Do not package. |
| Locally | Package and store the build locally. |
| SharedRepository | Package and store the build in a shared repository. |