MoveTo - changed in 4.5?

Hi,

I have a Behaviour Tree that worked with 4.4.3. There is a part where I use the “Move To” task.
I’ve upgraded my project to 4.5
The “Move To” doesn’t work anymore. When I watch it, it gets highlighted shortly and immediately returns to an idle part of the BT. The character doesn’t move.

Though, the tree works correctly if I remove “Move To” and replace it with a “MoveDirectlyToward”. The characters go to their target point as they did in 4.4.3

Can you tell me why? Is it a bug or was something changed in the new version? How can I trace down what is going wrong?

Thanks,
Ben

Build Navigation at Runtime wasn’t checked anymore… took me hours to find it…
It definately was set in 4.4.3 so I guess it got messed up during project migration.