How to share an array amongst AI actors

Hi, im currently trying to make a guarding ai that adds enemies to an array when it takes damage from them. They all work fine when hit individually and all add the player character or whatever target damages them to the their array. My question is how would I share the damaged Ai’s Array to the other Ai Actors so they know to target the attacker also. Thank you for your assistance.