ICommonActionHandlerInterface::TriggerFirstMatchingInputAction

This will trigger the first input action based on input action data and the hold action flag

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonActionHandlerInterface.h

Include

#include "CommonActionHandlerInterface.h"

Syntax

void TriggerFirstMatchingInputAction
(
    int32 ControllerId,
    const FCommonInputActionDataBase & InInputActionData,
    bool bHoldAction
)

Remarks

This will trigger the first input action based on input action data and the hold action flag

Parameters

Parameter

Description

Key

the key to use for triggering the first matching input action

bHoldAction

if true, we're looking for a hold action specifically.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss