C++ Acceptance Radius doesn't seem to work

Have you tried explicitly setting the goal location or goal actor on your Move Request? You can set an actor or position directly in the constructor or you can call a method to set the goal. I don’t think it uses the path for the goal. It uses it for the destination which is a different concept.

RequestMove() should output info to the log. So you can look there for more info as well to see if there’s anything going on.