UE3:ParticleModuleSpawnBase (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> ParticleModule >> ParticleModuleSpawnBase
Package:
Engine
Direct subclasses:
ParticleModuleSpawn, ParticleModuleSpawnPerUnit
This class in other games:


Properties

Property group 'Burst'

bProcessBurstList

Type: bool

If TRUE, the BurstList of the SpawnModule of the emitter will be processed. If mutliple Spawn modules are 'stacked' in an emitter, if ANY of them have this set to FALSE, it will not process the SpawnModule BurstList.

Default value: True

Property group 'Spawn'

bProcessSpawnRate

Type: bool

If TRUE, the SpawnRate of the SpawnModule of the emitter will be processed. If mutliple Spawn modules are 'stacked' in an emitter, if ANY of them have this set to FALSE, it will not process the SpawnModule SpawnRate.

Default value: True