Following [this tutorial][1], I can’t seem to remove instance grass using my “armCollider” in my character_BP, only with the Capsule Component.
I checked all the collisions and everything is detected (the grass has an ’ object channel’ named “foliage”, which is set to be overlapped).
[Here is a video showing the problem.][2]
This is the setup:
I also discovered other things:
-If I print the Other Body Index with the CapsuleComponent, the numbers are all different; but with the armCollider it is always -1.
-If I print the ‘return value’ (bool) from the “Remove Instance” node, for the CapsuleComponent it prints “true”; and for the armCollider it prints “false”.
I don’t know whats going on