Mostly Harmless

UE3:ParticleModuleSpawnPerUnit (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> ParticleModule >> ParticleModuleSpawnBase >> ParticleModuleSpawnPerUnit
Package: 
Engine
This class in other games:
UT3


Properties[edit]

Property group 'Spawn'[edit]

bIgnoreSpawnRateWhenMoving[edit]

Type: bool

If TRUE, process the default spawn rate when not moving... When not moving, skip the default spawn rate. If FALSE, return the bProcessSpawnRate setting.

MovementTolerance[edit]

Type: float

The tolerance for moving vs. not moving w.r.t. the bIgnoreSpawnRateWhenMoving flag. Ie, if (DistanceMoved < (UnitScalar * MovementTolerance)) then consider it not moving.

Default value: 0.1

SpawnPerUnit[edit]

Type: DistributionFloat.RawDistributionFloat

The amount to spawn per meter distribution. The value is retrieved using the EmitterTime.

Default value:

Member Value
Distribution RequiredDistributionSpawnPerUnit
LookupTable
  1. 0.0
  2. 0.0
  3. 0.0
  4. 0.0
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1

UnitScalar[edit]

Type: float

The scalar to apply to the distance traveled. The value from SpawnPerUnit is divided by this value to give the actual number of particles per unit.

Default value: 50.0

Default values[edit]

Property Value
bSpawnModule True