Navigation
API > API/Plugins > API/Plugins/MobileLauncherProfileWizard
Inheritance Hierarchy
- IModuleInterface
- IMobileLauncherProfileWizardModule
References
| Module | MobileLauncherProfileWizard |
| Header | /Engine/Plugins/Editor/MobileLauncherProfileWizard/Source/MobileLauncherProfileWizard/Public/IMobileLauncherProfileWizard.h |
| Include | #include "IMobileLauncherProfileWizard.h" |
Syntax
class IMobileLauncherProfileWizardModule : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMobileLauncherProfileWizardModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |