[C++] How to spawn the player in specific places in a level using OpenLevel()?

I have three different entrances to a building but they’re all in the same level. In a different level, when the player enters a specific door, I want them to be spawned at the corresponding entrance. How can I do this using OpenLevel()? Is there a way to specify where to spawn the player?

Thanks in advance!