UE2:MeshEffect (UT2003)

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)
UT2003 Object >> Actor >> MeshEffect
Package:
XEffects
Direct subclasses:
ShockComboSphereDark, ShockComboVortex
This class in other games:

null

Properties

Property group 'MeshEffect'

FadeInterp

Type: Interpomatic


Default value:

Member Value
End 0.0
InStyle IS_Linear
InTime 0.0
Mid 1.0
OutStyle IS_Linear
OutTime 1.0
Start 0.0

LifeTime

Type: float


Default value: 1.0

ScaleInterp

Type: Interpomatic


Default value:

Member Value
End 0.0
InStyle IS_Linear
InTime 0.0
Mid 1.0
OutStyle IS_Linear
OutTime 1.0
Start 0.0

Enums

InterpStyle

IS_Flat
IS_Linear
IS_Exp
IS_InvExp
IS_S

Structs

Interpomatic

float Start
float Mid
float End
float InTime
float OutTime
InterpStyle InStyle
InterpStyle OutStyle

Functions

Events

PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Tick

event Tick (float dt)

Overrides: Actor.Tick


Other instance functions

InterpInterp

function float InterpInterp (Interpomatic Interp, float t)