Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| |
|
| Name |
EMapSourceFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Widgets/Shared/SCustomLaunchMapListView.h |
| Include Path |
#include "Widgets/Shared/SCustomLaunchMapListView.h" |
Syntax
enum EMapSourceFlags
{
None = 0,
MyDeveloperContent = 1 << 0,
OtherDeveloperContent = 1 << 1,
ProjectPlugins = 1 << 2,
EngineContent = 1 << 3,
EnginePlugins = 1 << 4,
}
Values
| Name |
Remarks |
| None |
|
| MyDeveloperContent |
|
| OtherDeveloperContent |
|
| ProjectPlugins |
|
| EngineContent |
|
| EnginePlugins |
|