Skip to main content
Version: 1.7.0

Multiple Tap Input Action

Only available for Unreal Engine: 4.27 5.0+

Your project should be using TBIA_EnhancedInputComponent.

What is a Multiple Tap Input Action?

This type of input action allows developers to create custom interactions that require multiple taps in a short amount of time on the specified input key in order to trigger and start an interaction.

Creating an Input Action

To create a new Input Action, right-click in the Content Browser and select Input | Input Action 1.

Create Input Action

Input Action Setup

Now open the newly created Input Action and add a Trigger by clicking on the + icon 1.

Next, select Multiple Taps from the dropdown menu as input trigger 2.

You can customize your input action with these options below:

  • Delay Between Taps is the max delay time allowed between taps. 3
  • Trigger Limit describes how many taps are required in order to trigger the input action. 4
  • Actuation Threshold is the threshold at which this trigger should fire. 5

Create Input Action