[PLUGIN] Savior

Hi, Bruno,
I followed your direction to add the Interface, SaveGameWorld, and try to LoadGameWorld.

There were no errors but it didn’t load the dynamically added components. It seems like it just loaded the level back to the initial state.

Do I need to implement the Interface and recreate the components myself?
I tried to trace the source code but it’s hard to tell what gets saved.

Yeah, sure. having the direct support in the SaveActorHierarchy would be good as I need to load (just) the actor from a different level later on.

Thanks.