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 ELauncherProfileCookedMaps
{
enum Type
&123;
AllMaps,
NoMaps,
SelectedMaps,
&125;
}
Values
Name | Description |
---|---|
AllMaps | Cook all maps. |
NoMaps | Don't cook any maps. Only startup packages will be cooked. |
SelectedMaps | Cook user selected maps. |
Remarks
Enumerates selections for maps to cook.