| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
ParticleModuleUberLTISIVCL Uber-module replacing the following classes: LT - Lifetime IS - Initial Size IV - Initial Velocity CL - Color over Life Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.ParticleModule
|
+-- Engine.ParticleModuleUberBase
|
+-- Engine.ParticleModuleUberLTISIVCL
| Variables Summary | |
|---|---|
| Color | |
| rawdistributionfloat | AlphaOverLife |
| rawdistributionvector | ColorOverLife |
| Lifetime | |
| rawdistributionfloat | Lifetime |
| Size | |
| rawdistributionvector | StartSize |
| Velocity | |
| rawdistributionvector | StartVelocity |
| rawdistributionfloat | StartVelocityRadial |
| Inherited Variables from Engine.ParticleModuleUberBase |
|---|
| RequiredModules |
| Inherited Variables from Engine.ParticleModule |
|---|
| b3DDrawMode, bCurvesAsColor, bEditable, bEnabled, bSpawnModule, bSupported3DDrawMode, bUpdateModule, ModuleEditorColor |
| Enumerations Summary |
|---|
| Inherited Enumerations from Engine.ParticleModule |
|---|
| EModuleType, EParticleSourceSelectionMethod |
| Structures Summary |
|---|
| Inherited Structures from Engine.ParticleModule |
|---|
| ParticleCurvePair |
| Variables Detail |
|---|
AlphaOverLife - Gives the alpha to apply to the particles
ColorOverLife - Gives the color to apply to the particles
Lifetime - Gives the lifetime of the particles
Size - Gives the size of the particles
StartVelociy - Gives the start velocity of the particles
StartRadialVelociy - Gives the start radial velocity of the particles
| Defaultproperties |
|---|
defaultproperties { Lifetime=(Distribution=DistributionLifetime,Op=2,LookupTableNumElements=2,LookupTableChunkSize=2,LookupTable=(1.000000,1.000000,1.000000,1.000000,1.000000,1.000000)) StartSize=(Distribution=DistributionStartSize,Op=2,LookupTableNumElements=2,LookupTableChunkSize=6,LookupTable=(1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000)) StartVelocity=(Distribution=DistributionStartVelocity,Op=2,LookupTableNumElements=2,LookupTableChunkSize=6,LookupTable=(0.000000,10.000000,0.000000,0.000000,0.000000,0.000000,0.000000,10.000000,0.000000,0.000000,0.000000,0.000000,0.000000,10.000000)) StartVelocityRadial=(Distribution=DistributionStartVelocityRadial,Op=2,LookupTableNumElements=2,LookupTableChunkSize=2,LookupTable=(0.000000,0.000000,0.000000,0.000000,0.000000,0.000000)) ColorOverLife=(Distribution=DistributionColorOverLife,Op=1,LookupTableNumElements=1,LookupTableChunkSize=3,LookupTable=(0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000)) AlphaOverLife=(Distribution=DistributionAlphaOverLife,Op=1,LookupTableNumElements=1,LookupTableChunkSize=1,LookupTable=(255.899994,255.899994,255.899994,255.899994)) RequiredModules(0)="ParticleModuleLifetime" RequiredModules(1)="ParticleModuleSize" RequiredModules(2)="ParticleModuleVelocity" RequiredModules(3)="ParticleModuleColorOverLife" bSpawnModule=True bUpdateModule=True Name="Default__ParticleModuleUberLTISIVCL" ObjectArchetype=ParticleModuleUberBase'Engine.Default__ParticleModuleUberBase' } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||