I don't need to test my programs. I have an error-correcting modem.

Legacy:TeleporterZone

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 14:19, 27 November 2006 by Fyfe (Talk) (Layout Tweaks)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT :: Actor (UT) >> Info (UT) >> ZoneInfo (UT) >> TeleporterZone (Package: UnrealShare)

Every actor that enters a TeleporterZone automatically touches the associated Teleporter.

The TeleporterZone requires at least two teleporters to function correctly. One teleporter is used to specify the destination of the zone, and the others act as the zone's destinations.

It's probably easier to think of the Zone as acting as a proxy for the first teleporter. Just set up the teleporters as you normally would and then specify the Tag of the teleporter that will be used by the TeleporterZone as the zone's TeleporterTag.

Teleporting into a teleporter zone is perfectly fine, I tried it and it seems only to apply the

teleportation effect upon entry to the zone through walking.

A good alternative to teleport zones if you are only taking up a box or a small area is to use a normal teleporter (not visible) and just change the collision radius to something bigger so that it takes up the space that you were going to use to a TeleportZone for and saves you lots of time.

Properties[edit]

TeleporterZone[edit]

name TeleporterTag 
Specifies the Tag of the "proxy" teleporter. Anything that enters the TeleporterZone also touches the proxy teleporter. Its URL value is used to locate the destination teleporter.

Hidden[edit]

Teleporter MyTeleporter 
(Script only) A reference to the "proxy" teleporter.

Related Topics[edit]


Fyfe: This class is only in UT, should it be renamed to VisibleTeleporter (UT)?