I'm so far away from deltaTime (Dumb question)

There are some functions I like to do in event Tick, and all of it require delta time to accomplish.

The thing is, as I make more and more nodes and wires, no matter how I optimized my graph, I’m getting further and further away from my delta time node, so it’s getting harder and harder to connect the delta time node from there.

I don’t want to create a temporary variable just because it’s inconvenient to connect a certain node, so is there a way to solve this problem beside creating temporary variable?

Thanks in advance.

You can use Get World Delta Seconds node.