Getting the list of keys in Blackboard

Hello. Every time when i have to send some data into Blackboard for Behaviour Tree i use Make Literal Name. Can i get a list of created keys in the Blackboard instead of writing manually?

It looks like this may only be possible using C++. BehaviourTree has a function UBehaviorTree::GetBlackboardAsset() which returns an UBlackBoardData pointer. UBlackboardData has for example function GetKeys() and more.

I did not test anything with this, but it looks like this can be the direction to go to achieve what you want to do.

1 Like