How to call my character from actor blueprint?

I want to get acces to MyCharacter location in actor blueprint. What is the best way? And do i need to put actor blueprint on level?

I assume you want to get the location of you Player pawn. If so “get Player pawn” then “get actor Location”.

I have tried it and it dose not work.

Here is blueprint script inside Actor blueprrint. Imgur: The magic of the Internet This dose not work.

And here is the same blueprint script inside MyCharacter blueprint. Imgur: The magic of the Internet And it works.