Collision not work at my spawn BP?

My Pawn BP not collide with level’s wall but he has collision box. When i move pawn with touch input it look like that. I set preset on block all on wall and pawn objects.

can anyone help me?

You are using “set actor location” which is basically hardcoding the position. It will ignore everything and simply place your object there.