How to switch positions with players?

Hello, I am a bit lost in doing something that might be a bit complicated.

I am trying to change the position of all the players.

I am using the shooter game sample. And my goal is to switch position with a random bot after pressing a key. I managed to change my player position to the position of the bot. (when the bot is placed in game, not when spawned)

Get location from one pawn and from another and set location vise versa.

In the part “error” part I am trying to do that. But it gives me an error “Accessed none … from node etc”

Oblivious, you didn’t set up a variable so you can do anything with it.

I had setup a variable, I just referenced it wrong but is is fixed now. thanks for thinking with me.