Hi again,
Before unpossessing your pawns, you should first add them to an array variable and when trying to possess them back, use a for each loop following with a cast to and a possess node. In this case, you exactly know what pawns are unpossessed and you can possess them back.
By the way, in your case, you just need to use the previous ‘GetAllActorsOfClass’ node and possess them back.
Regards,