EInstallBundleRequestFlags

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

/Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h

Include

#include "InstallBundleTypes.h"

Syntax

enum EInstallBundleRequestFlags
{
    None                                               = 0,
    CheckForCellularDataUsage                          = (1 << 0),
    UseBackgroundDownloads                             = (1 << 1),
    SendNotificationIfDownloadCompletesInBackground    = (1 << 2),
    ForceNoPatching                                    = (1 << 3),
    TrackPersistentBundleStats                         = (1 << 4),
    Defaults                                           = UseBackgroundDownloads,
}

Values

Name

Description

None

CheckForCellularDataUsage

UseBackgroundDownloads

SendNotificationIfDownloadCompletesInBackground

ForceNoPatching

TrackPersistentBundleStats

Defaults

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss