Does anybody know how I can get the points generated from PCG graph A into PCG graph B? It’s for pruning at the end after all points are generated. For my purposes, I need to have separate graphs … but the pruning operation needs to take place on one point cloud… that’s why I’m trying to figure out how to merge the separate graph’s point data.
you solve this one?
Yes… you need to export the points from “Graph_01” at the end, before of after you spawn the meshes.
And then in “Graph_02” you need to first use the " Get PCG Component Data" node and add the first node in the ByClass / Actor Sellection part. Then you have acceess of the points from Graph_01 in Graph_02…