Navigation
API > API/Plugins > API/Plugins/CommonUI
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActionHandlerInterface.h |
| Include | #include "CommonActionHandlerInterface.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FCommonInputActionHandlerData
Remarks
: This struct is related to legacy CommonUI and should be removed in 5.3 - UE-164871
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDataTableRowHandle | InputActionRow |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCommonInputActionHandlerData
(
const FDataTableRowHandle& InInputActionRow |
|||
FCommonInputActionHandlerData
(
const FDataTableRowHandle& InInputActionRow, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UWidget > | GetPopupMenu () |
||
| EInputActionState | GetState
(
ECommonInputType InputType, |
||
| void | SetState
(
EInputActionState InState |