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

Engine.ParticleModuleColorOverLife

Extends
ParticleModuleColorBase
Modifiers
native ( Particle ) editinlinenew hidecategories ( Object )

Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.ParticleModule
   |   
   +-- Engine.ParticleModuleColorBase
      |   
      +-- Engine.ParticleModuleColorOverLife

Variables Summary
Color
rawdistributionfloatAlphaOverLife
boolbClampAlpha
rawdistributionvectorColorOverLife
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;
The alpha to apply to the particle, as a function of the particle RelativeTime.

bClampAlpha Source code

var(Color) bool bClampAlpha;
If TRUE, the alpha value will be clamped to the [0..1] range.

ColorOverLife Source code

var(Color) rawdistributionvector ColorOverLife;
The color to apply to the particle, as a function of the particle RelativeTime.


Defaultproperties

defaultproperties
{
	bSpawnModule=true
	bUpdateModule=true
	bCurvesAsColor=true
	bClampAlpha=true

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

	Begin Object Class=DistributionFloatConstant Name=DistributionAlphaOverLife
		Constant=1.0f;
	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.142 - Created with UnCodeX