Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
TODO: Should probably be renamed to EInstallBundleRequestUpdateFlags.
| Name | EInstallBundleRequestFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
enum EInstallBundleRequestFlags
{
None = 0,
CheckForCellularDataUsage = (1 << 0),
SendNotificationIfDownloadCompletesInBackground = (1 << 2),
TrackPersistentBundleStats = (1 << 4),
SkipMount = (1 << 5),
AsyncMount = (1 << 6),
UpdateBundleReports = (1 << 7),
ExplicitUpdateList = (1 << 8),
Defaults = None,
}
Values
| Name | Remarks |
|---|---|
| None | |
| CheckForCellularDataUsage | |
| SendNotificationIfDownloadCompletesInBackground | |
| TrackPersistentBundleStats | |
| SkipMount | |
| AsyncMount | |
| UpdateBundleReports | |
| ExplicitUpdateList | |
| Defaults |