Hi I want to calculate the time between a button is pressed and pressed again. I know that you can use the GetTimerManager but you have to set the duration of the timer. I have also thought about use a variable with deltatime and increase that every time the button isn’t pressed. What would be the best way to do this?
Thank you?