Navigation
API > API/Developer > API/Developer/LauncherServices
Enumerates selections for maps to cook.
| Name | ELauncherProfileCookedMaps::Type |
| Type | enum |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
Syntax
namespace ELauncherProfileCookedMaps
{
enum Type
{
AllMaps,
NoMaps,
SelectedMaps,
}
}
Values
| Name | Remarks |
|---|---|
| AllMaps | Cook all maps. |
| NoMaps | Don't cook any maps. Only startup packages will be cooked. |
| SelectedMaps | Cook user selected maps. |