Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Input
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Input/UIActionBindingHandle.h |
| Include | #include "Input/UIActionBindingHandle.h" |
Syntax
struct FUIActionBindingHandle
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| const UWidget * | |||
| FText | |||
| bool | IsValid () |
||
| void | ResetHold () |
Calls ResetHold() on the Action Binding, which in turn resets the hold progress to 0.0 | |
| void | SetDisplayName
(
const FText& DisplayName |
Should not be called often as broadcasts UCommonUIActionRouterBase::OnBoundActionsUpdated event | |
| void | Unregister () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FUIActionBindingHandle& Other |
||
| bool | operator==
(
const FUIActionBindingHandle& Other |