Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
Defines the type of a profile (basic, custom, or advanced)
| Name | ProjectLauncher::EProfileType |
| Type | enum |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Model/ProjectLauncherModel.h |
| Include Path | #include "Model/ProjectLauncherModel.h" |
Syntax
namespace ProjectLauncher
{
enum EProfileType
{
Invalid,
Basic,
Custom,
Advanced,
}
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Basic | |
| Custom | |
| Advanced |