Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UGameInstanceSubsystem
- UCommonUISubsystemBase
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonUISubsystemBase.h |
| Include | #include "CommonUISubsystemBase.h" |
Syntax
UCLASS (DisplayName="CommonUI")
class UCommonUISubsystemBase : public UGameInstanceSubsystem
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FireEvent_ButtonClicked
(
const FString& InstanceName, |
CommonUI.ButtonClicked. | |
| void | FireEvent_PanelPushed
(
const FString& PanelName |
CommonUI.PanelPushed. | |
| UCommonUISubsystemBase * | Get
(
const UWidget& Widget |
||
| FSlateBrush | GetEnhancedInputActionButtonIcon
(
const UInputAction* InputAction, |
Gets Action Button Icon for given action and player, enhanced input API currently does not allow input type specification. | |
| FSlateBrush | GetInputActionButtonIcon
(
const FDataTableRowHandle& InputActionRowHandle, |
Gets Action Button Icon for current gamepad. | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
||
| bool | IsInputAllowed
(
const ULocalPlayer* LocalPlayer |
||
| void | SetAnalyticProvider
(
const TSharedPtr< IAnalyticsProviderET >& AnalyticProvider |
Set the analytic provider for the CommonUI Widgets to use | |
| void | SetInputAllowed
(
bool bEnabled, |
||
| bool | ShouldCreateSubsystem
(
UObject* Outer |