Anyone knows if this is possible with version 4.25.1? I’ve been trying to find a way to do exactly what is being proposed in the first message of this thread for the same reasons: to store a pass by ref variable in a local variable so you can use that down the graph without having to drag long connections from the input nodes of the function. No luck so far, it seems that when you set a local variable with a pass by ref variable value, it just copies the variable value to the local variable instead of keeping the reference to the original variable…