EPrimaryAssetCookRule
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EPrimaryAssetCookRule
Inheritance Object → ValueType → Enum → EPrimaryAssetCookRule
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | |
| NeverCook | 1 | |
| DevelopmentCook | 2 | |
| DevelopmentAlwaysCook | 3 | |
| AlwaysCook | 4 | |
| EPrimaryAssetCookRule_MAX | 5 |