Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | EInstallBundleInstallState |
| Type | enum |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
enum EInstallBundleInstallState
{
NotInstalled,
NeedsUpdate,
UpToDate,
Count,
}
Values
| Name | Remarks |
|---|---|
| NotInstalled | |
| NeedsUpdate | |
| UpToDate | |
| Count |