I want to pass a vector from one to the other. I want to pass the location of class that is moving to the other. Normal ways do not appear to work. In my bahavior tree I have one Task that is moving this AI around. In that task from the event tick, I cast to the AI controller, and then use pawn controllers location to do a simple move. Now the other AI Class that I want to recieve this information, I want to be able to feed it the location generated. I’ve tried creating an object variable of that class, but it just reads out 0,0,0 as though it’s not getting any value.