Hi community, in working on a Diablo style top down RPG. I’m wanting to implement a quest tracker compass, that will point the player in the right direction for location based objective types. I’m using level streaming to break up the game world. Is there a way to get references/ location’s to actors who are not currently streamed in? Or will I have to preset location variables into the quest objectives data table?