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