Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:Teleporter (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
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. |
/============================================================================= 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]
Overrides: NavigationPoint.CanTeleport
returns whether this NavigationPoint is a teleporter that can teleport the given Actor
Events[edit]
Accept[edit]
Overrides: NavigationPoint.Accept
PostBeginPlay[edit]
Overrides: Actor.PostBeginPlay
PostTouch[edit]
Overrides: Actor.PostTouch
SpecialHandling[edit]
Overrides: Actor.SpecialHandling
Touch[edit]
Overrides: Actor.Touch