I am making a game and I would like to keep things very easy for the Players. My idea is that the game uses only 2 buttons, and according to the mode they are used it will make different things.
Each one of the 2 actions can be:
Single press: make action A
Double press: make action B
HOLD: make action C
Ho can I check inside of my character blueprint if a Input Action has been pressed once, twice or held?