AI move to not working

My case: I was using a static mesh inside the CapsuleComponent, which was bigger than the capsule itself, and it was causing some sort of collision issues. The actor would just spasm a little, but not move.
Solution: remove the collision on the mesh, or resize the mesh to fit inside the capsule component.

1 Like