Thanks for the replies and advice. For this particular situation I had a thought at work to define the static actor in the game mode blueprint (as I’ll only need it on this particular game mode), then in the Behavior Tree Task, cast to the game mode, just as I’ve successfully done with the player controller in other situations, to get my reference. Now I can move my static actor and have the AI move to its location no matter where I put it.