Cogito, ergo sum

UE3:ParticleModuleUberLTISIVCLILIRSSBLIRR (UDK)

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

ParticleModuleUberLTISIVCLILIRSSBLIRR

Uber-module replacing the following classes: LT - Lifetime IS - Initial Size IV - Initial Velocity CL - Color over Life

    IL   - Initial Location

IR - Initial Rotation SSBL - Scale Size By Life IRR - Initial Rotation Rate

Properties

Property group 'Color'

AlphaOverLife

Type: DistributionFloat.RawDistributionFloat

Modifiers: export, noclear

AlphaOverLife - Gives the alpha to apply to the particles

Default value:

Member Value
Distribution DistributionAlphaOverLife
LookupTable
  1. 255.9
  2. 255.9
  3. 255.9
  4. 255.9
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1

ColorOverLife

Type: DistributionVector.RawDistributionVector

Modifiers: export, noclear

ColorOverLife - Gives the color to apply to the particles

Default value:

Member Value
Distribution DistributionColorOverLife
LookupTable
  1. 0.0
  2. 0.0
  3. 0.0
  4. 0.0
  5. 0.0
  6. 0.0
  7. 0.0
  8. 0.0
LookupTableChunkSize 3
LookupTableNumElements 1
Op 1

Property group 'Lifetime'

Lifetime

Type: DistributionFloat.RawDistributionFloat

Modifiers: export, noclear

Lifetime - Gives the lifetime of the particles

Default value:

Member Value
Distribution DistributionLifetime
LookupTable
  1. 1.0
  2. 1.0
  3. 1.0
  4. 1.0
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1

Property group 'Location'

StartLocation

Type: DistributionVector.RawDistributionVector

Modifiers: export, noclear

StartLocation - Gives the start location of particles

Default value:

Member Value
Distribution DistributionStartLocation
LookupTable
  1. 0.0
  2. 0.0
  3. 0.0
  4. 0.0
  5. 0.0
  6. 0.0
  7. 0.0
  8. 0.0
LookupTableChunkSize 3
LookupTableNumElements 1
Op 1

Property group 'Rotation'

StartRotation

Type: DistributionFloat.RawDistributionFloat

Modifiers: export, noclear

StartRotation - Gives the rotation of particles in turns (1 = 360 degrees)

Default value:

Member Value
Distribution DistributionStartRotation
LookupTable
  1. 0.0
  2. 1.0
  3. 0.0
  4. 1.0
  5. 0.0
  6. 1.0
LookupTableChunkSize 2
LookupTableNumElements 2
Op 2

StartRotationRate

Type: DistributionFloat.RawDistributionFloat

Modifiers: export, noclear

StartRotationRate - Gives the rotation rate of particles in turns per second

Default value:

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

Property group 'Size'

SizeLifeMultiplier

Type: DistributionVector.RawDistributionVector

Modifiers: export, noclear

SizeLifeMultiplier - Size scale factor

Default value:

Member Value
Distribution DistributionLifeMultiplier
LookupTable
  1. 1.0
  2. 1.0
  3. 1.0
  4. 1.0
  5. 1.0
  6. 1.0
  7. 1.0
  8. 1.0
LookupTableChunkSize 3
LookupTableNumElements 1
Op 1

SizeMultiplyX

Type: bool

MultiplyX - If TRUE, scale along the X size axis

Default value: True

SizeMultiplyY

Type: bool

MultiplyY - If TRUE, scale along the Y size axis

Default value: True

SizeMultiplyZ

Type: bool

MultiplyZ - If TRUE, scale along the Z size axis

Default value: True

StartSize

Type: DistributionVector.RawDistributionVector

Modifiers: export, noclear

Size - Gives the size of the particles

Default value:

Member Value
Distribution DistributionStartSize
LookupTable
  1. 1.0
  2. 1.0
  3. 1.0
  4. 1.0
  5. 1.0
  6. 1.0
  7. 1.0
  8. 1.0
LookupTableChunkSize 3
LookupTableNumElements 1
Op 1

Property group 'Velocity'

StartVelocity

Type: DistributionVector.RawDistributionVector

Modifiers: export, noclear

StartVelociy - Gives the start velocity of the particles

Default value:

Member Value
Distribution DistributionStartVelocity
LookupTable
  1. 0.0
  2. 10.0
  3. 0.0
  4. 0.0
  5. 0.0
  6. 0.0
  7. 0.0
  8. 10.0
  9. 0.0
  10. 0.0
  11. 0.0
  12. 0.0
  13. 0.0
  14. 10.0
LookupTableChunkSize 6
LookupTableNumElements 2
Op 2

StartVelocityRadial

Type: DistributionFloat.RawDistributionFloat

Modifiers: export, noclear

StartRadialVelociy - Gives the start radial velocity of the particles

Default value:

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

Default values

Property Value
bSpawnModule True
bUpdateModule True
RequiredModules[0] 'ParticleModuleLifetime'
RequiredModules[1] 'ParticleModuleSize'
RequiredModules[2] 'ParticleModuleVelocity'
RequiredModules[3] 'ParticleModuleColorOverLife'
RequiredModules[4] 'ParticleModuleLocation'
RequiredModules[5] 'ParticleModuleRotation'
RequiredModules[6] 'ParticleModuleSizeMultiplyLife'
RequiredModules[7] 'ParticleModuleRotationRate'