MoveToActor when called with TRUE for “Use Pathfinding” works for both AIController and DetourCrowdAIController inheriting blueprints. The pawn uses pathfinding and navigates to goal.
MoveToActor when called with FALSE for “Use Pathfinding” does not work for DetourCrowdAIController. The Pawn does not move at all.
The same call works as expected when used with AIController, the pawn moves directly to goal without pathfinding.
Is this a bug or is it expected for crowd managed pawns?
Thanks.
This is on 4.7.4