Behavior Tree Task Variable Initialization

Hi Nawrot,
I understand recommending using the blackboard, but right now is extremely tedious to use in blueprints, so much that I also uses “tasks scope” variables since they are persistent, as CryptoSeven discovered, or add variables to my AI controller.

The official documentation describes setting a simple vector a “more involved step”, so imagine setting lots of value in a blackboard.

In AI controller, we can’t use the “Blackboard Key Selectors” or have variables set/get helpers like structs have greatly benefits in blueprints. Right now I can’t recommend using the blackboard to anyone.

Where could I open an issue to recommend some blackboard usability features?