Navigation
API > API/Plugins > API/Plugins/CommonUI
Action Handler Interface is primarily used to take key input and do something with it in the implementation of the interface or another user widget.
@FIXME: This interface is related to legacy CommonUI and should be removed in 5.3 - UE-164871
| Name | UCommonActionHandlerInterface |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActionHandlerInterface.h |
| Include Path | #include "CommonActionHandlerInterface.h" |
Syntax
class UCommonActionHandlerInterface : public UInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterface → UCommonActionHandlerInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCommonActionHandlerInterface
(
const FObjectInitializer& ObjectInitializer |
CommonActionHandlerInterface.h |