The scenario I have is basically I have a blueprint object that sticks to other instances of the blueprint object when they touch, creating a chain of this object.
I want to disable collision between the objects that are stuck together in a chain, but not disable collision between two distinct chains of these objects. The issue I’m having with collision channels is that if I set this blueprint to ignore others in of the same type in the collision channel, the two distinct chains will also have disabled collision.
Is this possible? And if so how should I go about it. Here’s an image explaining what I’m trying to do.