Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
| Name | EInstallBundleManagerInitState |
| Type | enum |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleTypes.h |
| Include Path | #include "InstallBundleTypes.h" |
Syntax
enum EInstallBundleManagerInitState
{
NotInitialized,
Failed,
Succeeded,
}
Values
| Name | Remarks |
|---|---|
| NotInitialized | |
| Failed | |
| Succeeded |