Is it possible to create "Wifi" wires?

Hello,

I would like to pin an wire to report it anywhere in the blueprint script with another pin, instead of physically wiring them.

It’s for avoid spaghetti scripting.

I would like to do this:

This scripting is just an example, an easy one, but it was just to show how it works.

And I didn’t learn about function/macro, how to access to it ?

no that is not something that is possible. however that is a situation where you could use custom events. or you can collapse nodes into functions or macros.

below is the doc guide on making functions.

you can either go to the my blueprint section on the left of the graph or select the nodes you want and right click and select collapse to.