Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| |
|
| Name |
ProjectLauncher::EContentScheme |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Model/ProjectLauncherModel.h |
| Include Path |
#include "Model/ProjectLauncherModel.h" |
Syntax
namespace ProjectLauncher
{
enum EContentScheme
{
PakFiles,
ZenStreaming,
ZenPakStreaming,
DevelopmentPackage,
LooseFiles,
CookOnTheFly,
MAX,
}
}
Values
| Name |
Remarks |
| PakFiles |
|
| ZenStreaming |
|
| ZenPakStreaming |
|
| DevelopmentPackage |
|
| LooseFiles |
|
| CookOnTheFly |
|
| MAX |
|