[Behavior Tree] Access subtree blackboard component in C++

Hello,

My AI use a Behavior Tree that needs to run a subtree for a common behavior that can be on different AI (with different behavior tree).

I am searching a way to get a reference on the subtree blackboard component in C++, as I done on the behavior tree running on the AIController. Is it possible ?

Thanks.