Behavior Tree Not Working Properly

Hi, I’m working on my first game and am having trouble with the behavior tree. The game has the player spaceship and an AI spaceship that it has to destroy. The AI should shoot and follow the player. Previously, it did these things, but after working on it one day, it stopped following the player. The shooting works fine, as this is not part of the behavior tree. But the enemy ship will not follow the player. The behavior tree IS running, I tested this with some print commands, but it is not executing the move part. Could the navmesh think the AI is an obstacle, or is something wrong in my code? Anyone have any ideas? Thanks.

Try doing a double check on the values of ‘TargetPos’ & ‘Position’ blackboard key selectors from the Behavior Tree Task detail panels.

I printed the value of these variables and it updated the location of the player correctly.