How to Select Which PlayerStart to Spawn?

I stored a transform variable to save it later. When player reaches some checkpoint, I updated that variable. When the game starts, on EventBegin there is a spawnActor node with that variable on the transform.

There is no playerStart on the level and because of that there will a character on your camera location when you start. So, be careful with that when you use this method.