The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:ParticleModuleRotationOverLifetime (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> ParticleModule >> ParticleModuleRotationBase >> ParticleModuleRotationOverLifetime
Package: 
Engine
This class in other games:
UT3


Properties[edit]

Property group 'Rotation'[edit]

RotationOverLife[edit]

Type: DistributionFloat.RawDistributionFloat

The rotation of the particle (1.0 = 360 degrees). The value is retrieved using the RelativeTime of the particle.

Default value:

Member Value
Distribution DistributionRotOverLife
LookupTable
  1. 0.0
  2. 0.0
  3. 0.0
  4. 0.0
LookupTableChunkSize 1
LookupTableNumElements 1
Op 1

Scale[edit]

Type: bool

If TRUE, the particle rotation is multiplied by the value retrieved from RotationOverLife. If FALSE, the particle rotation is incremented by the value retrieved from RotationOverLife.

Default value: True

Default values[edit]

Property Value
bUpdateModule True