EInstallBundlePriority

Enum used to describe download priority.

Windows
MacOS
Linux

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.

Should always be kept in High -> Low priority order if adding more Priorities!

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