Mostly Harmless
UE2:U2TeleportEffect (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
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)