I'm a doctor, not a mechanic
UE3:ParticleModuleTrailSpawn (UT3)
Object >> ParticleModule >> ParticleModuleTrailBase >> ParticleModuleTrailSpawn |
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. |
ParticleModuleTrailSpawn The trail spawn module.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
Property group 'Spawn'[edit]
MinSpawnVelocity[edit]
Type: float
MinSpawnVelocity The minimum velocity the source must be travelling at in order to spawn particles.
SpawnDistanceMap[edit]
Type: DistributionFloatParticleParameter
Modifiers: export, noclear
SpawnDistanceMap This parameter will map a given distance range [MinInput..MaxInput] to the given spawn values [MinOutput..MaxOutput] Anything below the MinOutput will result in no particles being spawned NOTE: The distance travelled is accumulated. If it takes 10 frames to travel the min. distance, then MinOutput particles will be spawned every 10 frames... IMPORTANT! This type must be a floatparticleparam type, but nothing is forcing it now!
Default value: DistributionFloatParticleParameter'DistributionSpawnDistanceMap'
Subobjects[edit]
DistributionSpawnDistanceMap[edit]
Class: Engine.DistributionFloatParticleParameter
Property | Value |
---|---|
Constant | 1.0 |
MaxInput | 100.0 |
MaxOutput | 5.0 |
MinInput | 10.0 |
MinOutput | 1.0 |
Enums[edit]
ETrail2SpawnMethod[edit]
- PET2SM_Emitter
- Use the emitter spawn settings
- PET2SM_Velocity
- Spawn based on the velocity of the source
- PET2SM_Distance
- Spawn base on the distanced covered by the source