How to assign blackboard variable?

Yes, usually one would set blackboard values from the ai controller, or in a behavior tree task.

To do so, use one of the SetValueAsType nodes which matches the key being set. For example, I initialize my blackboards and store my pawns’ spawn position there like this in the ai controller’s OnPossess event: