Hi,
Somehow a point (vector) I randomly obtained inside a BT Task is getting transformed when I store it in the Blackboard. I would like to know why this happens.
For debugging purpose I draw a line from my Pawn’s current location to this randomly obtained point. If I draw this line before I store this point in the Blackboard, I get the yellow line. If I draw the line after storing this point in the Blackboard and getting it back from the Blackboard, I get the red line.
The consequence of this is that if I use this vector to move my Pawn before the vector gets transformed, the Pawn moves along the yellow line. If I use the vector to move my Pawn after the vector gets transformed by the Blackboard (in another BT Task for example), it moves along the red line.

