Hello,
In apex, how can I connect an output port of a node into the input port of another node in another graph? If you look at my photo, I want to connect this vector into to the scale of a transform object in another graph. I used the graph find node, then graph find port to get the portid of the input s from the transform object. What do I do next? I am lost on what to do. (or is this not possible) I included the hip file.
Thanks
Connecting ports in apex [solved]
223 1 1-
- evanrudefx
- Member
- 287 posts
- Joined: 2月 2016
- Offline
-
- evanrudefx
- Member
- 287 posts
- Joined: 2月 2016
- Offline
-
- Quick Links

. I just need to use the graph add node to insert a node into that other graph. Then I can use the graph connect input.