Go to the source code of this file.
|
| enum class | EPackageLoader : uint8 { Unknown = 0x0
, LinkerLoad = 0x1
, Zen = 0x2
} |
| |
| enum class | EPackageStoreEntryStatus {
None
, Missing
, NotInstalled
, Pending
,
Ok
} |
| |
| enum class | EPackageStoreEntryFlags : uint32 {
None = 0
, HasPackageData = 0x00000001
, AutoOptional = 0x00000002
, OptionalSegment = 0x00000004
,
HasCookError = 0x00000008
, LoadUncooked = 0x00000010
} |
| |
◆ EPackageLoader
The type of loader that a package store entry needs to load with
| Enumerator |
|---|
| Unknown | |
| LinkerLoad | |
| Zen | |
◆ EPackageStoreEntryFlags
Package store entry flags. These flags are persisted in the oplog as integers so do not change their values.
| Enumerator |
|---|
| None | |
| HasPackageData | |
| AutoOptional | |
| OptionalSegment | |
| HasCookError | |
| LoadUncooked | |
◆ EPackageStoreEntryStatus
Package store entry status.
| Enumerator |
|---|
| None | |
| Missing | |
| NotInstalled | |
| Pending | |
| Ok | |
◆ ENUM_CLASS_FLAGS() [1/2]
◆ ENUM_CLASS_FLAGS() [2/2]