This blueprint code should never compile Get Blackboard's Target pin defaults to “self”, but expects an Actor parameter - instead it gets your blueprint instance force-cast to actor. I’ve reported it as a high priority issue.
All you need to do to fix this is to use Owner Controller as Get Blackboard's Target. Or use Set Blackboard Value As Vector function that doesn’t require you to specify a blackboard component - it automagically extracts it from BT’s owner.