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
struct FCommonInputActionHandlerDelegateData
Remarks
Action Handle Data used to trigger any callbacks by an object implementing the ICommonActionHandlerInterface. For use with native delegates
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCommonInputActionHandlerData | Data | ||
| FCommonActionCommittedNative | OnActionCommitted | ||
| FCommonActionCompleteNative | OnActionComplete | ||
| FCommonActionProgressNative | OnActionProgress | ||
| FCommonActionCommittedNative | OnDisabledActionCommited |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCommonInputActionHandlerDelegateData
(
const FDataTableRowHandle& InInputActionRow, |