ECombinedBundleStatus

Collapses all the bundle manager states into one of a few states so that you can show simple text based on this enum.

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

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

Include

#include "BundlePrereqCombinedStatusHelper.h"

Syntax

enum ECombinedBundleStatus
{
    Unknown,
    Initializing,
    Updating,
    Finishing,
    Finished,
    Count,
}

Values

Name

Description

Unknown

Initializing

Updating

Finishing

Finished

Count

Remarks

Collapses all the bundle manager states into one of a few states so that you can show simple text based on this enum.

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