I am trying to basically spawn some PCG spawned meshes over top of other PCG spawned meshes, like in the following example:
1st, spawn some ground meshes on top of a landscape to give the terrain some more detail when viewed up close.
2nd, spawn some small rocks and peddles over the ground mesh PCG elements.
3rd, spawn some ground cover (leaves, sticks, etc) over top both the ground meshes AND small rocks.
If anyone has any info on how this can be done, that would be great. I was trying to do something with the hit ray node, but nothing I did would have the hit ray see any PCG spawned meshes, in either it’s own graph, or from another PCG graph.