Blueprint Node Lines Performance?

Hey.
What is the best way to get the best performance in connecting nodes BP ? Does it matter how it is connected in BP?
1 or 2 ?

Nice diagram :slight_smile:

In this case it doesn’t matter, because it’s a macro, which means it get placed in the code before execution.

Something to watch out for though is pure functions. They get executued as many times as you have lines coming out of them. Whereas impure functions only get run when the execution flow passes through them, even though you may refer to them later by pulling pins off.