How to reference a Blueprint component on a controller from a character?

Essentially I have a Character That is trying to use functions from a blueprint component that’s located on the player controller.

I’m trying to reference “target” (target is Blueprint component) but when i try and do get player controller it gives me errors and generally anything i try doesn’t work, i’ve tried Get player level system (name of blueprint component) it doesn’t let me do get player controller with that to specifically get it, Any suggestions?

in pawn : Get controller(self) → cast to (your controller) → get Component - > call function

http://puu.sh/o0Ea8.png

Thank You!!! Works great :slight_smile: