There is no spoon
UE3:UTEmit_TransLocateOut (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Emitter >> UTEmitter >> UTReplicatedEmitter >> UTEmit_TransLocateOut |
- Package:
- UTGame
- Direct subclass:
- UTEmit_TransLocateOutRed
- This class in other games:
- UDK
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
FirstPersonTemplate
Type: ParticleSystem
Default value: ParticleSystem'Envy_Effects.Particles.P_Player_Spawn_Blue'
TLTrailKillWindow
Type: float
Default value: 0.1
Default values
Property | Value |
---|---|
bBlockActors | True |
bCollideActors | True |
bCollideWorld | True |
bProjTarget | True |
CollisionComponent | CylinderComponent'CollisionCylinder' |
Components[1] | CylinderComponent'CollisionCylinder' |
EmitterTemplate | ParticleSystem'WP_Translocator.Particles.P_WP_Translocator_Teleport' |
TickGroup | TG_PostAsyncWork |
Subobjects
CollisionCylinder
Class: Engine.CylinderComponent
Property | Value |
---|---|
CollisionHeight | 44.0 |
CollisionRadius | 21.0 |
ParticleSystemComponent0
Class: Engine.ParticleSystemComponent
Inherits from: UTReplicatedEmitter.ParticleSystemComponent0
No new values.
Events
PostBeginPlay
simulated event PostBeginPlay ()
Overrides: UTReplicatedEmitter.PostBeginPlay
TakeDamage
event TakeDamage (int Damage, Controller EventInstigator, Object.Vector HitLocation, Object.Vector Momentum, class<DamageType> DamageType, optional Actor.TraceHitInfo HitInfo, optional Actor DamageCauser)
Overrides: Actor.TakeDamage
(Description copied from Actor.TakeDamage)
apply some amount of damage to this actor
Parameters:
- Damage - the base damage to apply
- EventInstigator - the Controller responsible for the damage
- HitLocation - world location where the hit occurred
- Momentum - force caused by this hit
- DamageType - class describing the damage that was done
- HitInfo - additional info about where the hit occurred
- DamageCauser - the Actor that directly caused the damage (i.e. the Projectile that exploded, the Weapon that fired, etc)
Timer
simulated event Timer ()
Overrides: Actor.Timer
States
FirstTick
we set the template on the first tick instead of in PostBeginPlay() so the client has a chance to get Owner
Modifiers: auto
FirstTick.Tick
simulated event Tick (float DeltaTime)
Overrides: Actor.Tick (global)