The Input Recognition component BPC_InputRecognition is the component responsible for processing inputs and recognizing pre-defined patterns. For example, if you want to press Down→Up→Down→Strong Attack and perform a special attack, or any other action.

Steps to implement:

1 - Add the component to the character

2- Implement the following events on their respectives input actions:

Captura de tela 2026-03-28 143926.png

Implement the ED_ExecuteCommand event. This event will fire when any of the events configurations from the component is recognized

Captura de tela 2026-03-28 122758.png