Function when actor collides

Of course they are collisions, but not the ones I need right now :slight_smile:

I have a projectile with simulate physics and blocking-collision enabled. Now I need to get when it hits another actor. When it bounces off a wall for example. ReceiveActorBeginOverlap doesn’t fire in this case.