Hello, is there a way to prevent a Niagara system from spawning more than one particle per frame?
I have a system that uses the ribbon renderer, and as long as I set the spawn rate to below frame rate it is fine, however in the hypothetical case that the framerate drops below the set spawn rate it starts to look very weird.
I can enable interpolated spawning; this does seem to fix the issue of it looking weird at low frame rates, but it comes at a performance cost. All I need is for the spawn rate to never exceed the frame rate.
Thanks!