Instead of waiting to load Niagara Systems as and when they are needed, is there a way to load some when either Game Instance or Game State starts and not have them unloaded?
i don’t know how to preload them with the engine.
you might take a look at pso, i think there was some warm up, but quite likely not.
you could use what some old-school games did which is load one out of screen and keep it there. maybe with a small scale and paused.
I guess that’s not a bad idea then.