Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.ParticleModuleUberLTISIVCLIL

Extends
ParticleModuleUberBase
Modifiers
native ( Particle ) editinlinenew collapsecategories hidecategories ( Object )

ParticleModuleUberLTISIVCLIL Uber-module replacing the following classes: LT - Lifetime IS - Initial Size IV - Initial Velocity CL - Color over Life IL - Initial Location Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.ParticleModule
   |   
   +-- Engine.ParticleModuleUberBase
      |   
      +-- Engine.ParticleModuleUberLTISIVCLIL

Variables Summary
Color
rawdistributionfloatAlphaOverLife
rawdistributionvectorColorOverLife
Lifetime
rawdistributionfloatLifetime
Location
rawdistributionvectorStartLocation
Size
rawdistributionvectorStartSize
Velocity
rawdistributionvectorStartVelocity
rawdistributionfloatStartVelocityRadial
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

Color

AlphaOverLife Source code

var(Color) export noclear rawdistributionfloat AlphaOverLife;
AlphaOverLife - Gives the alpha to apply to the particles

ColorOverLife Source code

var(Color) export noclear rawdistributionvector ColorOverLife;
ColorOverLife - Gives the color to apply to the particles

Lifetime

Lifetime Source code

var(Lifetime) export noclear rawdistributionfloat Lifetime;
Lifetime - Gives the lifetime of the particles

Location

StartLocation Source code

var(Location) export noclear rawdistributionvector StartLocation;
StartLocation - Gives the start location of particles

Size

StartSize Source code

var(Size) export noclear rawdistributionvector StartSize;
Size - Gives the size of the particles

Velocity

StartVelocity Source code

var(Velocity) export noclear rawdistributionvector StartVelocity;
StartVelociy - Gives the start velocity of the particles

StartVelocityRadial Source code

var(Velocity) export noclear rawdistributionfloat StartVelocityRadial;
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))
   StartLocation=(Distribution=DistributionStartLocation,Op=2,LookupTableNumElements=2,LookupTableChunkSize=6,LookupTable=(0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000))
   RequiredModules(0)="ParticleModuleLifetime"
   RequiredModules(1)="ParticleModuleSize"
   RequiredModules(2)="ParticleModuleVelocity"
   RequiredModules(3)="ParticleModuleColorOverLife"
   RequiredModules(4)="ParticleModuleLocation"
   bSpawnModule=True
   bUpdateModule=True
   Name="Default__ParticleModuleUberLTISIVCLIL"
   ObjectArchetype=ParticleModuleUberBase'Engine.Default__ParticleModuleUberBase'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:41.071 - Created with UnCodeX