Navigation fails in packaged android builds

I did a couple more debugs which some worked and some failed.
I decided to add a pause before the AIC would start the behaviour and that did not work, or at least did not fix the issue.
So i started back from scratch with a new BB, BT and BTS and BTT.
image

I tried assigning the new AIC and using a simple BB and BT to just do a BTT_Spin. All this does is spin the pawn 10 degrees each time.
The AIC:
image

The BT:
image

The BTT:

All seems to work as intended in this scenario.
The AIC works with the pawn and triggers the BT.
The BT works with the BB and the Pawn and makes the spin happen as intended.

So it seems all connections work.

When I substitute the Task with MoveTo, all else fails:

BT:

In this case, the pawn never spins nor moves to meaning it either doesn’t make it past the move to and stalls or never engages.

This is the BTS:


The radius is set to 500 and in PIE works as intended: the pawn wanders around.
In android, when running a debug text, it also shows the right number, so the radius variable is not the issue.