Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
Enum used to describe download priority. Higher priorities will be downloaded first. Note: Should always be kept in High -> Low priority order if adding more Priorities!
| Name | EInstallBundlePriority |
| Type | enum |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
enum EInstallBundlePriority
{
High,
Normal,
Low,
Count,
}
Values
| Name | Remarks |
|---|---|
| High | |
| Normal | |
| Low | |
| Count |