I'm trying to save an actor that includes child actor components inside of it with each different default values on them.
However, I'm not able to save these values inside of the actor that is in my game.
When I add the main actor with its child components inside of it to the save actor list, It doesn't save the child component's default values.
And when I add the child component's also to the saving list, it duplicated the child component and set it outside of the main actor when I'm loading the game. So then I do get the values that we're set on the child components but it is now duplicated and outside of the main actor.
Is there a setting I'm missing or is it not possible to save a child actor component default value inside of an actor?
I'm trying to save an actor that includes child actor components inside of it with each different default values on them. However, I'm not able to save these values inside of the actor that is in my game. When I add the main actor with its child components inside of it to the save actor list, It doesn't save the child component's default values. And when I add the child component's also to the saving list, it duplicated the child component and set it outside of the main actor when I'm loading the game. So then I do get the values that we're set on the child components but it is now duplicated and outside of the main actor.
Is there a setting I'm missing or is it not possible to save a child actor component default value inside of an actor?