Some problems with saves in UE4 blueprints

I created a structure that contains an array of cards. In SaveGame, I created an array of this structure, so now I have an array of arrays of cards. It still doesn’t work (again, everything is saved between levels, but when I exit the game and re-enter, everything disappears).