My program doesn't have bugs. It just develops random features.

UE3:Teleporter (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> NavigationPoint >> Teleporter
Package: 
Engine
Direct subclasses:
UTTeleporterBase, UTTeleporterCustomMesh
This class in other games:
RTNP, U1, UT, UT2003, U2XMP, UE2Runtime, UT2004, U2, UT3

/============================================================================= Teleports actors either between different teleporters within a level or to matching teleporters on other levels, or to general Internet URLs.

Properties[edit]

Property group 'Teleporter'[edit]

bCanTeleportVehicles[edit]

Type: bool

whether this Teleporter works on vehicles

bChangesVelocity[edit]

Type: bool

Set velocity to TargetVelocity.

bChangesYaw[edit]

Type: bool

Sets yaw to teleporter's Rotation.Yaw

Default value: True

bEnabled[edit]

Type: bool

Teleporter is turned on;

Default value: True

bReversesX[edit]

Type: bool

Reverses X-component of velocity.

bReversesY[edit]

Type: bool

Reverses Y-component of velocity.

bReversesZ[edit]

Type: bool


ProductRequired[edit]

Type: name


TargetVelocity[edit]

Type: Object.Vector

If bChangesVelocity, set target's velocity to this.

URL[edit]

Type: string


Internal variables[edit]

LastFired[edit]

Type: float


Default values[edit]

Property Value
bCollideActors True
RemoteRole ROLE_SimulatedProxy

Subobjects[edit]

Arrow[edit]

Class: Engine.ArrowComponent

Inherits from: NavigationPoint.Arrow

Property Value
ReplacementPrimitive None

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: NavigationPoint.CollisionCylinder

Property Value
CollideActors True
CollisionHeight 80.0
CollisionRadius 40.0
ReplacementPrimitive None

PathRenderer[edit]

Class: Engine.PathRenderingComponent

Inherits from: NavigationPoint.PathRenderer

Property Value
ReplacementPrimitive None

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: NavigationPoint.Sprite

Property Value
ReplacementPrimitive None
Sprite Texture2D'EditorResources.S_Teleport'

Sprite2[edit]

Class: Engine.SpriteComponent

Inherits from: NavigationPoint.Sprite2

Property Value
ReplacementPrimitive None

Functions[edit]

Native functions[edit]

CanTeleport[edit]

native function bool CanTeleport (Actor A)

Overrides: NavigationPoint.CanTeleport

returns whether this NavigationPoint is a teleporter that can teleport the given Actor

Events[edit]

Accept[edit]

simulated event bool Accept (Actor Incoming, Actor Source)

Overrides: NavigationPoint.Accept


PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


PostTouch[edit]

simulated event PostTouch (Actor Other)

Overrides: Actor.PostTouch


SpecialHandling[edit]

event Actor SpecialHandling (Pawn Other)

Overrides: Actor.SpecialHandling


Touch[edit]

event Touch (Actor Other, PrimitiveComponent OtherComp, Object.Vector HitLocation, Object.Vector HitNormal)

Overrides: Actor.Touch