I saw someone have a test, when spawn an actor every 1/30, so it can spawn 30 actor per sec, but if you set to spawn every 1/100, then less than 10 actor can spawn.
I generally don't go below .1 to avoid problems. To do smaller amounts...I build my own timer with the self.time attribute...which is always 100% reliable.
Comments
// red.
but if you set to spawn every 1/100, then less than 10 actor can spawn.
.035 seems about the quickest
To do smaller amounts...I build my own timer with the self.time attribute...which is always 100% reliable.