Set Actor location not working need some help.

If i print string the location of this portal in its own BP where i SET the location it print strings it correct


And it shows below the correct coordinates of the portal here:
bandicam 2023-06-21 16-36-56-875

But when i try to print string this portal location in my enemy blueprint it shows 0.0.0 location so how can i fix this ?

here in the enemy BP print stringing the location

Result

bandicam 2023-06-21 16-38-53-327

I tried the same with SET world location and GET world location and have the same results. In the portal/actor blueprint where i set the location the print string shows correct coordinates and in the enemy bp i cant get the coordinates and is the same 0.0.0
Looks like i cant access the information of this portal. The portal is spawned in the world and the reference to it in the enemy bp is set to editable /expose on spawn options on if that is needed…