You could just create an array of pawns in the hive AI controller, and loop through those actors to send them what you want them to do, or have event dispatchers in each of the pawns and have it reference to a Hive AI controller and assign the event dispatchers you want that pawn to respond to.