Use of a timer without event

Hello all.

I wish to have a timer starting at some event, but I do not need to link it to any other sub-event.
I actually just need the timer to know how fast the player react after the main event start.
Since the editor tell me that’s something is wrong about it, it makes me wonder if there is a better way to do so.

I like that “Get World Delta Seconds” way to do ! Thanks!

Try using Set Timer by Function and just make an empty function if you dont want an extra Event Node hanging around on your graph, cool.

On an alternative line of thinking you can use Get World Delta Seconds and check how much time has elapsed since you saved the value of Delta Seconds into a variable for checking.