Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterface
- UCommonActionHandlerInterface
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActionHandlerInterface.h |
| Include | #include "CommonActionHandlerInterface.h" |
Syntax
class UCommonActionHandlerInterface : public UInterface
Remarks
- 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.
-
This interface is related to legacy CommonUI and should be removed in 5.3 - UE-164871
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCommonActionHandlerInterface
(
const FObjectInitializer& ObjectInitializer |