![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InstallBundleManagerModule.h>
Inheritance diagram for IInstallBundleManagerModule:Public Member Functions | |
| virtual void | PreUnloadCallback () override |
| TSharedPtr< IInstallBundleManager > | GetInstallBundleManager () |
Public Member Functions inherited from IModuleInterface | |
| virtual | ~IModuleInterface () |
| virtual void | StartupModule () |
| virtual void | PostLoadCallback () |
| virtual void | ShutdownModule () |
| virtual bool | SupportsDynamicReloading () |
| virtual bool | SupportsAutomaticShutdown () |
| virtual bool | IsGameModule () const |
Protected Attributes | |
| TSharedPtr< IInstallBundleManager > | InstallBundleManager |
| TWeakPtr< IInstallBundleManager > | LastInstallBundleManager |
Base Module Interface for InstallBundleManager implementation modules
|
inline |
Called before the module has been unloaded
Reimplemented from IModuleInterface.
|
protected |
|
protected |