Solution would likely be to add a collision box to your actor (banana). Then the range will work. Also, you should make it a root.
edit:
Another thing I have found is that the target actor needs to be somewhat close to either the navmesh or ‘reachable’ (collision) by Moving AI pawn - else your MoveTo will be failing.