How to set an Actor not to collide with one specific other Actor without changing the collision settings?

Hey,

You could use Actor Tags and check the tag when a collision occurs and perform different actions based on the tag provided.

Here’s a sample for overlapping, but you could use an OnHit event and check the tag and enable/disable collision if you wish.

-W