[Plugin Discussion] Rama Save System Plugin Thread

You can’t do Async loading its not as simple as Async saving, saving can be async as it doesn’t spawn actors, actor spawning can only be done on the game thread this is how the engine works, if your getting lag loading best to split up the process so your not bogging down the game thread.