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

UE2:U2TeleportEffect (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> Effects >> U2TeleportEffect
Package: 
U2

U2TeleportEffect.uc -- based on UTTeleportEffect and PawnTeleportEffect

Properties[edit]

Property group 'U2TeleportEffect'[edit]

EffectSoundStr[edit]

Type: string


Internal variables[edit]

bSpawnEffects[edit]

Type: bool


Default values[edit]

Property Value
AnimSequence All
bNoStaticMeshCollide True
DrawScale 0.2
DrawType DT_StaticMesh
EffectSound1 Sound'U2A.Effects.Teleport'
LifeSpan 1.0
LightBrightness 255
LightEffect LE_NonIncidence
LightHue 170
LightRadius 12
LightSaturation 96
LightType LT_Pulse
RemoteRole ROLE_SimulatedProxy
StaticMesh StaticMesh'VertexM.Decorations.Xmesh'
Style STY_Translucent

Instance functions[edit]

Initialize[edit]

function Initialize (Pawn Other, bool bOut)


States[edit]

Explode[edit]

Modifiers: auto

Explode.BeginState[edit]

simulated event BeginState ()

Overrides: Object.BeginState (global)


Explode.Tick[edit]

simulated event Tick (float DeltaTime)

Overrides: Actor.Tick (global)