Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE1:PawnTeleportEffect (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Effects >> PawnTeleportEffect
Package: 
UnrealShare
Direct subclasses:
QueenTeleportEffect, UTTeleportEffect
This class in other games:
RTNP, U1

PawnTeleportEffect.

Default values[edit]

Property Value
AnimSequence 'All'
bParticles True
bUnlit True
DrawScale 0.2
DrawType DT_Mesh
LifeSpan 1.0
LightBrightness 255
LightEffect LE_NonIncidence
LightHue 170
LightRadius 12
LightSaturation 96
LightType LT_Pulse
Mesh LodMesh'UnrealShare.TeleEffect3'
RemoteRole ROLE_SimulatedProxy
Skin Texture'UnrealShare.Effects.T_PawnT'
Style STY_Translucent
Texture Texture'UnrealShare.Effects.T_PawnT'

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)