Now that I think of it, you might just be better off making references to each of your doors in the level blueprint. Place them into an array so you know exactly which door is at what index and when you overlap trigger 2 for example get the 1 index from the array (this corresponds to the second slot since arrays are 0 based) and tell the player to “possess” that door pawn from the level blueprint.