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