How to make one enemy alert other enemies.

Add a collision sphere to Enemy Type A and then whenever you get inside the distance simply get all the overlapping actors and loop trough them and set them to chase the player.