Navigation
API > API/Plugins > API/Plugins/CommonUI
Interface for the purchase flow module.
| Name | ICommonUIModule |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/ICommonUIModule.h |
| Include Path | #include "ICommonUIModule.h" |
Syntax
class ICommonUIModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncLoadPriority GetLazyLoadPriority() |
Lazy Load Priority. | ICommonUIModule.h | |
FStreamableManager & GetStreamableManager() |
Streamable Management. | ICommonUIModule.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCommonUIEditorSettings * GetEditorSettingsInstance() |
ICommonUIModule.h | ||
UCommonUISettings * GetSettingsInstance() |
ICommonUIModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ICommonUIModule & Get () |
Singleton-like access to this module's interface. | ICommonUIModule.h | |
static UCommonUIEditorSettings & GetEditorSettings() |
ICommonUIModule.h | ||
static UCommonUISettings & GetSettings() |
ICommonUIModule.h | ||
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | ICommonUIModule.h |