EBlueprintStatus
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EBlueprintStatus
Inheritance Object → ValueType → Enum → EBlueprintStatus
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| BS_Unknown | 0 | |
| BS_Dirty | 1 | |
| BS_Error | 2 | |
| BS_UpToDate | 3 | |
| BS_BeingCreated | 4 | |
| BS_UpToDateWithWarnings | 5 | |
| BS_MAX | 6 |