So I want to use the built in behavior tree support to form the control structure of my NPC.
Say, for example, I have a selector node with two tasks as its children (see image attached). The first task does a sphere cast
around the character and gets an array of all surrounding actors. In the second task, I now want to access this array of actors that
my first task found. How can I go about doing this?