Spawning APlayer instance in a "PlayerStart"

I have a custom APlayer class. I’ve made instance of it in Editor, added class to DefaultPawnClass of GameMode, but looks like it’s spawning base class and not the Instanse i’ve made. How to set instance to spawn there? I’ve tryed iterators, but looks like i’m doing something wrong…