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

Engine.ParticleModuleUberRainSplashA

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

ParticleModuleUberRainSplashA Uber-module replacing the following classes: LT - Lifetime IS - Initial Size COL - Color Over Life Intended for use in the Rain particle system. Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

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

Variables Summary
Color
rawdistributionfloatAlphaOverLife
rawdistributionvectorColorOverLife
Lifetime
rawdistributionfloatLifetime
Rotation
boolbInheritParent
rawdistributionvectorStartRotation
Size
rawdistributionvectorLifeMultiplier
boolMultiplyX
boolMultiplyY
boolMultiplyZ
rawdistributionvectorStartSize
Inherited Variables from Engine.ParticleModuleUberBase
RequiredModules
Inherited Variables from Engine.ParticleModule
b3DDrawMode, bCurvesAsColor, bEditable, bEnabled, bFinalUpdateModule, bRequiresLoopingNotification, bSpawnModule, bSupported3DDrawMode, bSupportsRandomSeed, bUpdateModule, LODDuplicate, LODValidity, ModuleEditorColor

Enumerations Summary
Inherited Enumerations from Engine.ParticleModule
EModuleType, EParticleSourceSelectionMethod

Structures Summary
Inherited Structures from Engine.ParticleModule
ParticleCurvePair, ParticleRandomSeedInfo


Variables Detail

Color

AlphaOverLife Source code

var(Color) rawdistributionfloat AlphaOverLife;

ColorOverLife Source code

var(Color) rawdistributionvector ColorOverLife;
ColorOverLife Module Members

Lifetime

Lifetime Source code

var(Lifetime) rawdistributionfloat Lifetime;
Lifetime Module Members

Rotation

bInheritParent Source code

var(Rotation) bool bInheritParent;

StartRotation Source code

var(Rotation) rawdistributionvector StartRotation;
MeshRotation Module Members

Size

LifeMultiplier Source code

var(Size) rawdistributionvector LifeMultiplier;
SizeByLife Module Members

MultiplyX Source code

var(Size) bool MultiplyX;

MultiplyY Source code

var(Size) bool MultiplyY;

MultiplyZ Source code

var(Size) bool MultiplyZ;

StartSize Source code

var(Size) rawdistributionvector StartSize;
Size Module Members


Defaultproperties

defaultproperties
{/** ColorOverLife Module Defaults												*/
	
	
	

	Begin Object Class=DistributionVectorConstantCurve Name=DistributionColorOverLife
	End Object
	ColorOverLife=(Distribution=DistributionColorOverLife)

	Begin Object Class=DistributionFloatConstant Name=DistributionAlphaOverLife
		Constant=255.9f;
	End Object
	AlphaOverLife=(Distribution=DistributionAlphaOverLife)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:54.612 - Created with UnCodeX