Edit: Solution in first reply.
I have a setup where AIs might meet, and if so, I want one to start fleeing while the other starts chasing.
Currently, the AI only spots a player controller pawn. A lot of my checks are based on the “OnSeePawn(PawnSensing)” node though, which only seems to react to my player controller pawn.
Are there other similar nodes to “OnSeePawn” which could work similarly, except would only pick AI controlled pawns? Or pawns with a tag? The tag method would be preferable.
edit: Can I somehow force the OnSeePawn(PawnSensing) node to check for other pawns than my player pawn?