Always snap to grid

UE3:Teleporter (UT3)

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

/============================================================================= Teleports actors either between different teleporters within a level or to matching teleporters on other levels, or to general Internet URLs. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

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
CollisionType COLLIDE_CustomDefault
RemoteRole ROLE_SimulatedProxy

Subobjects[edit]

Arrow[edit]

Class: Engine.ArrowComponent

Inherits from: NavigationPoint.Arrow

No new values.

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: NavigationPoint.CollisionCylinder

Property Value
CollideActors True
CollisionHeight 80.0
CollisionRadius 40.0

PathRenderer[edit]

Class: Engine.PathRenderingComponent

Inherits from: NavigationPoint.PathRenderer

No new values.

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: NavigationPoint.Sprite

Property Value
Sprite Texture2D'EngineResources.S_Teleport'

Sprite2[edit]

Class: Engine.SpriteComponent

Inherits from: NavigationPoint.Sprite2

No new values.

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