Hi, I want to spawn object within the pawn that spawns it. Both object need to colide with each other. But that pawn needs to ignore collsion with the object until they end overlaping. I know how to easily do this when ovelap is needed, but for EventHit, I just can’t make it.
I know there is Node “Ignore Actor when moving” but I cant make it work. I tried using this node on both actors (owning pawn, and spawned object), but it just does not work.
Any ideas how this can be achieved?
I can’t use collision channels because there will be multiple instances of pawns active on the map, and only the one that spawned this object should ignore collision with it.
Hello, Thanks a lot for answering, but there will be multiple players spawning multiple objects of this type, and I must have collision with every other object (and they must collide with mine), except I don’t want to collide with the one I just spawned. So your suggestion would not resolve my issue.
This is the reason I want to ignore only specific instance of an object. Not the type.
I know, i tried both variants (adding ignore in both instances), but it wold not work. I created simple objects with only one collision object within, just to test, but it does not work.