Get blackboard value as float not working?

This works:

This doesn’t:

Not many people use behavior trees perhaps? I was able to reproduce this in new project.

I figured it out. You have to make blackboard variables public and then they will show up in behavior tree so you can assign them. Ugly.

Yes this is the answer. I just don’t understand why epic set it up this way.