Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.ParticleModule | +-- Engine.ParticleModuleAttractorBase | +-- Engine.ParticleModuleAttractorLine
Variables Summary | |
---|---|
Attractor | |
vector | EndPoint0 |
vector | EndPoint1 |
rawdistributionfloat | Range |
rawdistributionfloat | Strength |
Enumerations Summary |
---|
Inherited Enumerations from Engine.ParticleModule |
---|
EModuleType, EParticleSourceSelectionMethod |
Structures Summary |
---|
Inherited Structures from Engine.ParticleModule |
---|
ParticleCurvePair, ParticleRandomSeedInfo |
Variables Detail |
---|
The first endpoint of the line.
The second endpoint of the line.
The range of the line attractor.
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 | UnrealScript Documentation |
previous class next class | frames no frames |