Navigation
API > API/Plugins > API/Plugins/CommonUI
Action Handle Data used to trigger any callbacks by an object implementing the ICommonActionHandlerInterface. For use with native delegates
| Name | FCommonInputActionHandlerDelegateData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActionHandlerInterface.h |
| Include Path | #include "CommonActionHandlerInterface.h" |
Syntax
struct FCommonInputActionHandlerDelegateData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CommonActionHandlerInterface.h | |||
FCommonInputActionHandlerDelegateData
(
const FDataTableRowHandle& InInputActionRow, |
CommonActionHandlerInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FCommonInputActionHandlerData | CommonActionHandlerInterface.h | ||
| OnActionCommitted | FCommonActionCommittedNative | CommonActionHandlerInterface.h | ||
| OnActionComplete | FCommonActionCompleteNative | CommonActionHandlerInterface.h | ||
| OnActionProgress | FCommonActionProgressNative | CommonActionHandlerInterface.h | ||
| OnDisabledActionCommited | FCommonActionCommittedNative | CommonActionHandlerInterface.h |