I would use Event Possessed / Event Unpossessed to set a bool on Pawn A when it’s possessed, and then inside your player controller on the Tick the very thing is check on the Pawn variable if the bool is set and if true continue executing the rest of the logic you have.