Hello, Everyone!
I have a jungle environment covering my landscape. Foliage is populated with a PCG Volume. The problem I have been unable to solve is to capture collision with the instanced static mesh components from each array of Mesh Entries of each Static Mesh Spawner.
I suppose a solution would be to use Spawn Actor and then populate with blueprint actors, but I doubt my computer would survive considering the amount of foliage.
If you’re curious as to why I’m trying to resolve this, a major part of the reason is to have some foliage that is thorn bushes that inflict damage to the player if they traverse areas of the jungle that have no path cleared.
Here is an example of something that seems like it would work but does not. I’m just trying to get the name of the overlapped instanced static mesh to write to the Output Log. Collision has been set for all the foliage in their respective Static Mesh Spawners in the PCG Graph. The player’s Capsule Component is detecting overlap/collision. MyDisplayName_01 is just a text variable that has the name of the static mesh that is being instanced:
Help or suggestions are much appreciated!

