Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallBundleCombinedProgressTr-
References
| Module | InstallBundleManager |
| Header | /Engine/Source/Runtime/InstallBundleManager/Public/BundlePrereqCombinedStatusHelper.h |
| Include | #include "BundlePrereqCombinedStatusHelper.h" |
Syntax
enum ECombinedBundleStatus
&123;
Unknown,
Initializing,
Updating,
Finishing,
Finished,
Count,
&125;
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.