Good way to tell player what handcards he has got.

Hi!

Im a bit stuck with this. Im in playerstate with a deck of cards (every player has one deck). The deck is not replicated (to prevent memory reading). I now want the player to draw a card, putting it into his handcards array and tell his handcard widget to adjust. (showing the card, its already in place and working… i jsut cant get the references in there)

Im really lost. I tried with event dispatcher but i get a warning that nothing will be in the reference. I tried with custom event on different replication methods but theres always none in the array in my widget.

plz help