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),
UseBackgroundDownloads = (1 << 1),
SendNotificationIfDownloadCompletesInBackground = (1 << 2),
ForceNoPatching = (1 << 3),
TrackPersistentBundleStats = (1 << 4),
SkipMount = (1 << 5),
AsyncMount = (1 << 6),
Defaults = UseBackgroundDownloads,
}
Values
| Name | Remarks |
|---|---|
| None | |
| CheckForCellularDataUsage | |
| UseBackgroundDownloads | |
| SendNotificationIfDownloadCompletesInBackground | |
| ForceNoPatching | |
| TrackPersistentBundleStats | |
| SkipMount | |
| AsyncMount | |
| Defaults |