UE5.1_Niagara高级2.3_ Spawn Particles From Another Emitter
2.3 Spawn Particles From Another Emitter【从另一个发射器生成粒子】
Spawn Particles From Other Emitter and Sample Particles From Other Emitter work together as a pair. The spawn module queries the other emitter for its new particles, and generates the appropriate number on this emitter to match.
【从其他发射器生成粒子模组和从其他发射器采样粒子模组是一对一起运转的模组。从其他发射器生成粒子模组通过查询其他发射器,用于生成与设置相匹配的数量合适的新粒子】
The sample module then decides which attributes it cares about, and how to apply those attributes.
Choosing Output Only writes the sampled value to an output value, but does not apply that sampled value to the newly spawned particles.
【从其他发射器采样粒子模组随后决定采样哪些属性,以及如何应用这些属性】
【选择仅输出时,把采样得到的数值写进输出变量,但不应用采样数值给新生成的粒子】
Spawn Particles from Other Emitter【从其他发射器生成粒子】模组
Spawn Rate【生成速率】:每秒生成的粒子数
Calculate Spawn Rate Per Particle【按粒子计算生成速率】:为True时,上面的生成速率为单个领导粒子对应的生成速率。为False时,上面的生成速率为总生成速率
Spawn Rate Per Particle Cap【每个粒子生成速率限额】:限制每个粒子每秒的最大生成速率
Spawning Enable【启动生成】
Minimum Age Spawn Threshold【最小寿命生成阈值】:此发射器的循环寿命超过此数值时才开始生成粒子
Maximum Age Spawn Threshold【最大寿命生成阈值】:此发射器的循环寿命超过此数值时不再生成粒子
Sample Particles from Other Emitter【从其他发射器采样粒子】模组
Emitter Sampling Mode【发射器采样模式】
Random【随机】:按随机索引采样
Sequential【按顺序的】:按索引顺序循环采样
Reject Particle By Sampled Age【根据采样寿命拒绝粒子】:根据采样粒子的寿命清除生成的粒子
Reject Particle If Sampled Index Is Invalid【当采样索引为空时清除生成的粒子】
Reject Particle on Sampled Particles’s First Frame【清除采样粒子在第一帧时生成的粒子】
Position Sampling【位置采样】
Disable【不采样】:选择应用到属性或仅输出都会增加性能消耗,所以对不需要的属性要选择不采样
Apply to Attribute【应用到属性】: 将采样得到的属性设为粒子属性
Output Only【仅输出】:采样得到的属性仅作为模组输出,不应用到粒子属性