I want the behavior tree task to find a new location within 2500 units of it’s current location and within the navmesh area. As far as I can tell this is happening with what I have already. I can’t figure out how to pass that new location to my blackboard asset so that the behavior tree can run.
Here’s what I have so far for my behavior tree task:
What am I missing that lets me pass the DesiredLocation back to my blackboard?