For my game i am using struct variable that contains all info about items(Weapon, armor, etc). And when i change or add new variable to struct all info that is set to actor is defaulted to 0. I searched info and found out that this is issue since i was born.
So is there a better way to handle info for game items so info don’t get lost after some changes?