How to save and load Niagara system?

Hi, I want save Niagara particle’s position after load the game, How to create the variable and load it? Thank you very much.

Do you mean the position of one particle, or the location of the whole system?

Hi, ClockworkOcean

I means the position of every one particles.

You can, but it’s involved… :sweat_smile:

You basically have to store all the particle locations in an array

and you can write this array to the save game

On reload, you load the save game and reset all the particle positions.

Not really worth it, except in very particular circumstances.

1 Like

Thank you for your help, ClockworkOcean! :grinning:

1 Like