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

Engine.ParticleModuleAttractorLine

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

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

Core.Object
|   
+-- Engine.ParticleModule
   |   
   +-- Engine.ParticleModuleAttractorBase
      |   
      +-- Engine.ParticleModuleAttractorLine

Variables Summary
Attractor
vectorEndPoint0
vectorEndPoint1
rawdistributionfloatRange
rawdistributionfloatStrength
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

Attractor

EndPoint0 Source code

var(Attractor) vector EndPoint0;
The first endpoint of the line.

EndPoint1 Source code

var(Attractor) vector EndPoint1;
The second endpoint of the line.

Range Source code

var(Attractor) rawdistributionfloat Range;
The range of the line attractor.

Strength Source code

var(Attractor) rawdistributionfloat Strength;
The strength of the line attractor.


Defaultproperties

defaultproperties
{
	bUpdateModule=true

	Begin Object Class=DistributionFloatConstant Name=DistributionStrength
	End Object
	Strength=(Distribution=DistributionStrength)

	Begin Object Class=DistributionFloatConstant Name=DistributionRange
	End Object
	Range=(Distribution=DistributionRange)

	bSupported3DDrawMode=true
}

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