Enemy AI Pawns Not Seeing Each Other

Heya,

I have an enemy controller which implements the IGenericTeamAgentInterface in C++ and adds an AI Perception component in Blueprint.

It works, it detects my player, updates accordingly etc.

However, the AIs themselves do not see each other. They don’t ever call the GetTeamAttitudeTowards() on each other, only on the player. Their pawns register themselves as simuli sources in their respective BeginPlay().

Any idea why this might the case?

Best regards,
Damir H.