Having Trouble Spawning Spline Actors With PCG

So I guess you want your castle spawned first then use the bounds of this actor to exclude from the trees.
Here your logic branch for spawning the castle has nothing pluged after the Spawn Actor, meaning that the other branches will be computed at the same time. You need to force a dependency for your tree spawning after your castle is spawned.

1 Like