Gah - a solution with more questions. – EntropicLqd

UE2:Emitter (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> Actor >> Emitter
Package: 
Engine
Direct subclasses:
Spiral, BulldogDust, DeResPart, LavaDeath, MutantGlow, NewIonEffect, PlayerSpawnEffect, RedeemerExplosion, RedeemerTrail
This class in other games:
U2XMP, UE2Runtime, UT2004, UT3, UDK

Emitter: An Unreal Emitter Actor.

Properties[edit]

Property group 'Emitter'[edit]

Emitters[edit]

Type: array<ParticleEmitter>

Modifiers: export, editinline


Property group 'Global'[edit]

AutoDestroy[edit]

Type: bool


AutoReset[edit]

Type: bool


DisableFogging[edit]

Type: bool


GlobalOffsetRange[edit]

Type: Object.RangeVector


TimeTillResetRange[edit]

Type: Object.Range


Internal variables[edit]

ActorForcesEnabled[edit]

Type: bool

Modifiers: transient


BoundingBox[edit]

Type: Object.Box

Modifiers: transient


DeleteParticleEmitters[edit]

Type: bool

Modifiers: transient


EmitterHeight[edit]

Type: float

Modifiers: transient


EmitterRadius[edit]

Type: float

Modifiers: transient


GlobalOffset[edit]

Type: Object.Vector

Modifiers: transient


Initialized[edit]

Type: int

Modifiers: transient


ParticleMaterial[edit]

Type: ParticleMaterial

Modifiers: transient


TimeTillReset[edit]

Type: float

Modifiers: transient


UseParticleProjectors[edit]

Type: bool

Modifiers: transient


Default values[edit]

Property Value
bNoDelete True
bUnlit True
DrawType DT_Particle
RemoteRole ROLE_None
Style STY_Particle
Texture S_Emitter

Functions[edit]

Native functions[edit]

Kill[edit]

native function Kill ()


Events[edit]

Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger


Other instance functions[edit]

UpdatePrecacheMaterials[edit]

simulated function UpdatePrecacheMaterials ()

Overrides: Actor.UpdatePrecacheMaterials