I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:TrailEmitter (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UE2Runtime Object >> ParticleEmitter >> TrailEmitter
Package: 
Engine
This class in other games:
UT2003, UT2004

Emitter: An Unreal Trail Particle Emitter.

Properties[edit]

Property group 'Trail'[edit]

DistanceThreshold[edit]

Type: float


Default value: 1.0

MaxPointsPerTrail[edit]

Type: int


Default value: 50

MaxTrailTwistAngle[edit]

Type: int


Default value: 16384

UseCrossedSheets[edit]

Type: bool


Internal variables[edit]

IndexBuffer[edit]

Type: IndexBuffer

Modifiers: transient


IndicesPerParticle[edit]

Type: int

Modifiers: transient


PrimitivesPerParticle[edit]

Type: int

Modifiers: transient


TrailData[edit]

Type: array<ParticleTrailData>

Modifiers: transient


TrailInfo[edit]

Type: array<ParticleTrailInfo>

Modifiers: transient


VertexBuffer[edit]

Type: VertexBuffer

Modifiers: transient


VerticesPerParticle[edit]

Type: int

Modifiers: transient


Structs[edit]

ParticleTrailData[edit]

Object.Vector Location 
Object.Color Color 
float Size 
int DoubleDummy1 
int DoubleDummy2 

ParticleTrailInfo[edit]

int TrailIndex 
int NumPoints 
Object.Vector LastLocation