So I'm still pretty new to cascade and UDK in general, and I'm trying to make an awesome explosion effect. One of the various problems I'm having is with the spawn node I guess? Basically, this only needs to spawn one central sphere and it's spawning like five. I haven't done the second half of the effect yet because I can't figure out why its doing that.
http://www.youtube.com/watch?v=zTieDV0Cddg&feature=youtu.be
Replies
then zero out the spawn amount and spawn rate.
Alternatively you can limit the max draw count to 1, but for something like an explosion, a nice responsive burst list should work best.
also having looked at video, it looks like your emitter is looping. try setting the emitter duration to the length of time your whole system takes, and give it 1 loop for a one off effect.