Will this blueprint work?

Yes, perfect! Just kidding, you missed the image and we have no clue what you did :slight_smile:

Hi, I’ve just been working on simple button that shows how long it was pressed with 0.01 accuracy and I think everything is correct, but I want to eliminate all possible errors. Is there anything wrong?
Thanks in advance!

Here it is :slight_smile: I’m so distracted today.

I think it should work :slight_smile: A lot simpler would be adding up delta time on Tick event on Time and actully it should be more synced with rendering

Thanks! :slight_smile: But isn’t tick event calling only when frame is rendered? This gives me only to-frame accuracy, also delta counts even before I press the button. Or am I wrong?