Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Child actor component values are not saved #80

Open
Crossroad1000 opened this issue Jan 2, 2023 · 0 comments
Open

Child actor component values are not saved #80

Crossroad1000 opened this issue Jan 2, 2023 · 0 comments
Assignees
Labels
Bug Something isn't working To Be Reproduced Has not been reproduced

Comments

@Crossroad1000
Copy link

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?

afbeelding
afbeelding
afbeelding
afbeelding

  • Engine Version: 5.1
  • Plugin Version: 1.4
  • Windows
@Crossroad1000 Crossroad1000 added Bug Something isn't working To Be Reproduced Has not been reproduced labels Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working To Be Reproduced Has not been reproduced
Projects
None yet
Development

No branches or pull requests

2 participants