Stop character mesh from stepping on objects that don't have collision

As you can see the actor has a collision box around it that is set to ignore everything except for blocking Visibility. That is why the foot IK is not working properly I think. I need the box collider to check for linetraces though. Is there a way to have box working at the same time?