UE2:SparkEmitter (UT2004): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page |
No edit summary |
||
Line 4: | Line 4: | ||
| parent2 = Object | | parent2 = Object | ||
}} | }} | ||
{{ | {{expand}} | ||
Emitter: An Unreal Spark Particle Emitter. | Emitter: An Unreal Spark Particle Emitter. | ||
Latest revision as of 04:49, 25 February 2009
Object >> ParticleEmitter >> SparkEmitter |
- Package:
- Engine
- This class in other games:
Please help improve this article or section by expanding it. |
Emitter: An Unreal Spark Particle Emitter.
Properties
Property group 'Spark'
LineSegmentsRange
Type: Object.Range
Default value:
Member | Value |
---|---|
Max | 5.0 |
Min | 5.0 |
TimeBeforeVisibleRange
Type: Object.Range
TimeBetweenSegmentsRange
Type: Object.Range
Internal variables
IndexBuffer
Type: IndexBuffer
Modifiers: transient
IndicesPerParticle
Type: int
Modifiers: transient
NumSegments
Type: int
Modifiers: transient
PrimitivesPerParticle
Type: int
Modifiers: transient
SparkData
Type: array<ParticleSparkData>
Modifiers: transient
VertexBuffer
Type: VertexBuffer
Modifiers: transient
VerticesPerParticle
Type: int
Modifiers: transient
Structs
ParticleSparkData
- float TimeBeforeVisible
- float TimeBetweenSegments
- Object.Vector StartLocation
- Object.Vector StartVelocity