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

Engine.ParticleModuleUberLTISIVCLILIRSSBLIRR

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

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 Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

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

Variables Summary
Color
rawdistributionfloatAlphaOverLife
rawdistributionvectorColorOverLife
Lifetime
rawdistributionfloatLifetime
Location
rawdistributionvectorStartLocation
Rotation
rawdistributionfloatStartRotation
rawdistributionfloatStartRotationRate
Size
rawdistributionvectorSizeLifeMultiplier
boolSizeMultiplyX
boolSizeMultiplyY
boolSizeMultiplyZ
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

Rotation

StartRotation Source code

var(Rotation) export noclear rawdistributionfloat StartRotation;
StartRotation - Gives the rotation of particles in turns (1 = 360 degrees)

StartRotationRate Source code

var(Rotation) export noclear rawdistributionfloat StartRotationRate;
StartRotationRate - Gives the rotation rate of particles in turns per second

Size

SizeLifeMultiplier Source code

var(Size) export noclear rawdistributionvector SizeLifeMultiplier;
SizeLifeMultiplier - Size scale factor

SizeMultiplyX Source code

var(Size) bool SizeMultiplyX;
MultiplyX - If TRUE, scale along the X size axis

SizeMultiplyY Source code

var(Size) bool SizeMultiplyY;
MultiplyY - If TRUE, scale along the Y size axis

SizeMultiplyZ Source code

var(Size) bool SizeMultiplyZ;
MultiplyZ - If TRUE, scale along the Z size axis

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))
   StartRotation=(Distribution=DistributionStartRotation,Op=2,LookupTableNumElements=2,LookupTableChunkSize=2,LookupTable=(0.000000,1.000000,0.000000,1.000000,0.000000,1.000000))
   SizeLifeMultiplier=(Distribution=DistributionLifeMultiplier,Op=1,LookupTableNumElements=1,LookupTableChunkSize=3,LookupTable=(1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000,1.000000))
   SizeMultiplyX=True
   SizeMultiplyY=True
   SizeMultiplyZ=True
   StartRotationRate=(Distribution=DistributionStartRotationRate,Op=1,LookupTableNumElements=1,LookupTableChunkSize=1,LookupTable=(0.000000,0.000000,0.000000,0.000000))
   RequiredModules(0)="ParticleModuleLifetime"
   RequiredModules(1)="ParticleModuleSize"
   RequiredModules(2)="ParticleModuleVelocity"
   RequiredModules(3)="ParticleModuleColorOverLife"
   RequiredModules(4)="ParticleModuleLocation"
   RequiredModules(5)="ParticleModuleRotation"
   RequiredModules(6)="ParticleModuleSizeMultiplyLife"
   RequiredModules(7)="ParticleModuleRotationRate"
   bSpawnModule=True
   bUpdateModule=True
   Name="Default__ParticleModuleUberLTISIVCLILIRSSBLIRR"
   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.081 - Created with UnCodeX