How to assign blackboard variable?

OnPossess only fires once. Probably shouldn’t store health on a blackboard really. Usually better to do it on the pawn since that’s where damage events generally take place. Could have the damage event call a function on the controller which sets a health blackboard key though. But if you need behavior tree to think about health, is probably best to just grab the health variable from the controlled pawn in a task or service.