How to fix Sphere component ignoring all collision?

OK, figured out the fix
I thought I was using the floating pawn movement not knowing that it needs specific commands to function.
I was using set actor location to move my pawn, and to enable collision all I needed to do was check this box called SWEEP which basically checks for collision. Hope this helps someone in the future