Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
References
| Module | InstallBundleManager |
| Header | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include | #include "InstallBundleTypes.h" |
Syntax
enum EInstallBundlePriority
{
High,
Normal,
Low,
Count,
}
Values
| Name | Description |
|---|---|
| High | |
| Normal | |
| Low | |
| Count |
Remarks
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!