Navigation
API > API/Runtime > API/Runtime/InstallBundleManager
Inheritance Hierarchy
- IModuleInterface
- IInstallBundleManagerModule
- TInstallBundleManagerModule
References
| Module | InstallBundleManager |
| Header | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerModule.h |
| Include | #include "InstallBundleManagerModule.h" |
Syntax
class IInstallBundleManagerModule : public IModuleInterface
Remarks
Base Module Interface for InstallBundleManager implementation modules
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IInstallBundleManager > | InstallBundleManager | ||
| TWeakPtr< IInstallBundleManager > | LastInstallBundleManager |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IInstallBundleManager > |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module has been unloaded |