Array in PlayerState shows empty

Hi,

I am trying to access an array that is filled in my PlayerState Blueprint. I can confirm that the array is filled before the BeginPlay event in my player pawn, but when i access it it’s empty.

233570-pic1.png

This results in printing out the name of the object in the world BP_Bar

But when I access it in my pawn’s BeginPlay

233581-pic2.png

It doesn’t print out anything, I also checked the array length and it’s empty.