Replicted actor refrence null on client

Hello I am building out a card game. The cards are spawned and a reference added to replicated array on server. On the client side this array is looped through to position cards in a traditional “card fan” relative to client location. However the array is empty on the client side. Just trying to figure out why this replicated array of actor references is not replicating to client.