Set Actor location not working need some help.

You mean the nav mesh bound volume ? Yes i use that.

I want that the enemy’s move to the location of this actor. I can manually type the coordinates and they will go there but i need to save the location of the actor and then get its location on different levels. So all i need is just to set the location which works and shows correctly on print string but i cant get the same actor location again from the enemy BP of this actor thats all. There must be some simple step to get the actors location from another BP… I have reference there to the actor. I tried get actor location as well as world location and changed accordingly in the actor BP set actor location/ set world location but both methods failed so far