AIC Accessed None reading BlackBoard

I keep getting the Blueprint Runtime Error:
“Accessed None Trying to read property Blackboard”. Node: Set Value as Vector"

Weird thing is my Print String shows the correct value, and my ‘Set Value as Object’ node works also.

Any help would be appreciated!

Where do you get the value of your variable “Blackboard”?

If you’ve just set this as a default value it will not work,
You have to get a reference to the player controller, in this case looks like you can

do so from “Event Possessed” just drag off of there and do get controller>get blackboard>Set “Blackboard”

“Blackboard” being your variable of course