Navigation
API > API/Runtime > API/Runtime/CoreUObject
The type of loader that a package store entry needs to load with
| Name | EPackageLoader |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/PackageStore.h |
| Include Path | #include "Serialization/PackageStore.h" |
Syntax
enum EPackageLoader
{
Unknown = 0x0,
LinkerLoad = 0x1,
Zen = 0x2,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| LinkerLoad | |
| Zen |