Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
Include | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfilePackagingModes
{
enum Type
{
DoNotPackage,
Locally,
SharedRepository,
}
}
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.