blueprint communication

Hi
I watched some videos but still wonder how to access a variable from a BP not derived from player. I want to display that in a widget parented from player.
Thanks

GET All actors of class - this will give you array with reference to all actors placed in level.

Then everything is as usual, cast to and do what you want.