Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- IModuleInterface
- ICommonUIModule
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/ICommonUIModule.h |
| Include | #include "ICommonUIModule.h" |
Syntax
class ICommonUIModule : public IModuleInterface
Remarks
Interface for the purchase flow module.
Functions
| Type | Name | Description | |
|---|---|---|---|
| ICommonUIModule & | Get () |
Singleton-like access to this module's interface. | |
| UCommonUIEditorSettings & | |||
| UCommonUIEditorSettings * | |||
| TAsyncLoadPriority | Lazy Load Priority. | ||
| UCommonUISettings & | GetSettings () |
||
| UCommonUISettings * | |||
| FStreamableManager & | Streamable Management. | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |