Blackboards and variable arrays

I need a variable in a blackboard that is an array of actors to be filled and after read by tasks of a behavior tree, is this possible?

I think you can only pass simple variable types with blackboard.

However, the blackboard tasks call blueprint code, and they can talk to the game instance. Most blueprints can talk to that, why not use that?

Gotcha, thanks