Changing userParameters during runtime without resetting the particle system

I am new to Niagara systems, and I would like to change userParemeters during runtime for a smooth transition of rain intensity. Currently, when I change the intensity parameter it resets the entire particle system.

Thanks

1 Like

Hey, @mRobinsNavy! You can totally change a similar post that shows you how, as well as a great video guide for a basic setup that you can modify to meet your needs! Setting a variable, for example, that adjusts the value for the intensity over time with a Lerp would be your best bet.

Thank you. I see that changing the parameters in the Editor windows functions differently than through code or a blueprint. I appreciate the help.