[Plugin Discussion] Rama Save System Plugin Thread

hello again :slight_smile: new question:

I have an actor that acts as a world “chunk” and will spawn in ISM (instanced static mesh) objects. What is the best way to reload these meshes? When reloading the actor with the save system, the ISMs are not loaded in.

My world is procedurally generated. I am already saving necessary data like seed, loaded chunks, etc. Everything is working pretty well with the exception of loading the ISMs.