I'm a doctor, not a mechanic
UE3:ParticleModuleEventReceiverSpawn (UDK)
Object >> ParticleModule >> ParticleModuleEventBase >> ParticleModuleEventReceiverBase >> ParticleModuleEventReceiverSpawn |
Contents
- Package:
- Engine
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. |
Properties
Property group 'Location'
bUsePSysLocation
Type: bool
If TRUE, use the location of the particle system component for spawning. if FALSE (default), use the location of the particle event.
Property group 'Spawn'
bUseParticleTime
Type: bool
For Death-based event receiving, if this is TRUE, it indicates that the ParticleTime of the event should be used to look-up the SpawnCount. Otherwise (and in all other events received), use the emitter time of the event.
SpawnCount
Type: DistributionFloat.RawDistributionFloat
The number of particles to spawn.
Default value:
Member | Value |
---|---|
Distribution | RequiredDistributionSpawnCount |
LookupTable |
|
LookupTableChunkSize | 1 |
LookupTableNumElements | 1 |
Op | 1 |
Property group 'Velocity'
bInheritVelocity
Type: bool
If TRUE, use the velocity of the dying particle as the start velocity of the spawned particle.
InheritVelocityScale
Type: DistributionVector.RawDistributionVector
If bInheritVelocity is TRUE, scale the velocity with this.
Default value:
Member | Value |
---|---|
Distribution | RequiredDistributionInheritVelocityScale |
LookupTable |
|
LookupTableChunkSize | 3 |
LookupTableNumElements | 1 |
Op | 1 |
Internal variables
EventGeneratorType
Type: ParticleSystemComponent.EParticleEventType
Modifiers: deprecated
The type of event that will generate the kill.
EventName
Type: name
Modifiers: deprecated
The name of the emitter of interest for generating the event.
Default values
Property | Value |
---|---|
bSpawnModule | True |
bUpdateModule | True |