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

UE2:Lightning (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Effects >> Lightning
Package: 
XEffects
This class in other games:
UT2003, U2XMP

lightning.

Properties[edit]

Count[edit]

Type: float


Default values[edit]

Property Value
AmbientGlow 255
DrawType DT_Mesh
LifeSpan 0.6
LODBias 9.0
Mesh LodMesh'LightningMesh'
ScaleGlow 10.0

Events[edit]

PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


PrebeginPlay[edit]

simulated event PrebeginPlay ()

Overrides: Actor.PreBeginPlay


Tick[edit]

simulated event Tick (float Deltatime)

Overrides: Actor.Tick