Navigation
API > API/Runtime > API/Runtime/Engine
The production levels referenced by values of EPrimaryAssetCookRule.
| Name | EPrimaryAssetProductionLevel |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManagerTypes.h |
| Include Path | #include "Engine/AssetManagerTypes.h" |
Syntax
enum EPrimaryAssetProductionLevel
{
Development = 0,
Production,
Count,
}
Values
| Name | Remarks |
|---|---|
| Development | |
| Production | |
| Count |