Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input
Inheritance Hierarchy
- 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 (Abstract, Meta=(DisableNativeTick))
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 | |||
| 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 |