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

Engine.ParticleModuleSizeMultiplyVelocity

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

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

Core.Object
|   
+-- Engine.ParticleModule
   |   
   +-- Engine.ParticleModuleSizeBase
      |   
      +-- Engine.ParticleModuleSizeMultiplyVelocity

Variables Summary
Size
boolMultiplyX
boolMultiplyY
boolMultiplyZ
rawdistributionvectorVelocityMultiplier
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

Size

MultiplyX Source code

var(Size) bool MultiplyX;
If true, the X-component of the scale factor will be applied to the particle size X-component. If false, the X-component is left unaltered.

MultiplyY Source code

var(Size) bool MultiplyY;
If true, the Y-component of the scale factor will be applied to the particle size Y-component. If false, the Y-component is left unaltered.

MultiplyZ Source code

var(Size) bool MultiplyZ;
If true, the Z-component of the scale factor will be applied to the particle size Z-component. If false, the Z-component is left unaltered.

VelocityMultiplier Source code

var(Size) rawdistributionvector VelocityMultiplier;
The amount the velocity should be scaled prior to scaling the size of the particle. The value is retrieved using the RelativeTime of the particle during its update.


Defaultproperties

defaultproperties
{
	bSpawnModule=true
	bUpdateModule=true

	MultiplyX=true
	MultiplyY=true
	MultiplyZ=true

	Begin Object Class=DistributionVectorConstant Name=DistributionVelocityMultiplier
	End Object
	VelocityMultiplier=(Distribution=DistributionVelocityMultiplier)
}

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