EInstallBundleRequestFlags

TODO: Should probably be renamed to EInstallBundleRequestUpdateFlags.

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),
    SkipMount                                          = (1 << 5),
    AsyncMount                                         = (1 << 6),
    Defaults                                           = UseBackgroundDownloads,
}

Values

Name

Description

None

CheckForCellularDataUsage

UseBackgroundDownloads

SendNotificationIfDownloadCompletesInBackground

ForceNoPatching

TrackPersistentBundleStats

SkipMount

AsyncMount

Defaults

Remarks

TODO: Should probably be renamed to EInstallBundleRequestUpdateFlags.

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