Gah - a solution with more questions. – EntropicLqd
Difference between revisions of "UE3:ParticleModuleSpawnPerUnit (UT3)"
(Auto-generated page) |
(Talk) |
||
Line 22: | Line 22: | ||
The tolerance for moving vs. not moving w.r.t. the bIgnoreSpawnRateWhenMoving flag. | The tolerance for moving vs. not moving w.r.t. the bIgnoreSpawnRateWhenMoving flag. | ||
Ie, if (DistanceMoved < (UnitScalar * MovementTolerance)) then consider it not moving. | Ie, if (DistanceMoved < (UnitScalar * MovementTolerance)) then consider it not moving. | ||
+ | |||
+ | '''Default value:''' 0.1 | ||
====SpawnPerUnit==== | ====SpawnPerUnit==== | ||
Line 39: | Line 41: | ||
| {{tl|RawDistribution||Object structs|LookupTable}} | | {{tl|RawDistribution||Object structs|LookupTable}} | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
#0.0 | #0.0 | ||
#0.0 | #0.0 |
Latest revision as of 07:40, 23 May 2008
Object >> ParticleModule >> ParticleModuleSpawnBase >> ParticleModuleSpawnPerUnit |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
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 |
|
LookupTableChunkSize | 1 |
LookupTableNumElements | 1 |
Op | 1 |
UnitScalar[edit]
Type: float
The scalar to apply to the distance travelled. 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 |