Need Help With Friend and Foe AI

Well i have been working on a squad based game. My squad has 4 members which i can switch between whenever i want. Its a TPS game. The problem i have been having is that when i unposses one pawn the AI ignores it as if it was just a random game object and only attacks the character that i am controling.
I just wana know two things.

  1. How can i make the AI control my other squad members. Do i need to make a completely different AI. I am completely blank at this point
  2. How can i make the enemy AI see my other squad members.

Did you return the control of the un-possessed pawn to the AI Controller?

  1. You have to make the AI you want for them. If that AI is different than the enemy’s AI yes you’ll have to create one from start.
  2. You’ll have to code this: the enemy AI has to consider every attackable characters and choose one to focus.