Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UUserWidget
- UCommonUserWidget
- UCommonButtonBase
- UCommonBoundActionButton
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/CommonBoundActionButton.h |
| Include | #include "Input/CommonBoundActionButton.h" |
Syntax
UCLASS&40;Abstract, Meta&61;&40;DisableNativeTick&41;&41;
class UCommonBoundActionButton :
public UCommonButtonBase,
public ICommonBoundActionButtonInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCommonTextBlock > | Text_ActionName |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Overridden from UCommonButtonBase
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | Allows derived classes to take action when the current text style has changed | ||
| void | Helper function to update the associated input action widget, if any, based upon the state of the button |
Overridden from ICommonBoundActionButtonInterface
| Type | Name | Description | |
|---|---|---|---|
| void | SetRepresentedAction
(
FUIActionBindingHandle InBindingHandle |