How do i set two specific objects when they collide only one with another to delete them

if you’re going to have many of these actors, you might want to try casting. BeginOverlap > Cast to BP_PickupCube3 > Destroy Actor(self, and cube 3)