Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | EInstallBundleStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
enum EInstallBundleStatus
{
Requested,
Updating,
Finishing,
Ready,
Count,
}
Values
| Name | Remarks |
|---|---|
| Requested | |
| Updating | |
| Finishing | |
| Ready | |
| Count |