A helper function to determine whether pathfinding queries can be made for the agent.
Syntax
bool canPathfind() const;
Return Value
Returns true, if the agent is moveable and pathfinding preprocess has been generated on the agent's mesh for the agent's shape.
Otherwise returns false.