Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/ICommonActionHandlerInterface
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActionHandlerInterface.h |
| Include | #include "CommonActionHandlerInterface.h" |
void TriggerFirstMatchingInputAction
&40;
int32 ControllerId,
const FCommonInputActionDataBase & InInputActionData,
bool bHoldAction
&41;
Remarks
This will trigger the first input action based on input action data and the hold action flag
Parameters
| Name | Description |
|---|---|
| Key | the key to use for triggering the first matching input action |
| bHoldAction | if true, we're looking for a hold action specifically. |