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

UE3:UTTeleporterBase (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:26, 26 July 2008 by Wormbo (Talk | contribs) (1 revision)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> Actor >> NavigationPoint >> Teleporter >> UTTeleporterBase
Package: 
UTGame
Direct subclass:
UTTeleporter
This class in other games:
UDK

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'SceneCapture'[edit]

PortalCaptureComponent[edit]

Type: SceneCaptureComponent

Modifiers: editconst

the component that captures the portal scene

TextureResolutionX[edit]

Type: int

resolution parameters

Default value: 256

TextureResolutionY[edit]

Type: int

resolution parameters

Default value: 256

Internal variables[edit]

PortalMaterial[edit]

Type: MaterialInterface

materials for the portal effect

PortalMaterialInstance[edit]

Type: MaterialInstanceConstant


PortalTextureParameter[edit]

Type: name

material parameter that we assign the rendered texture to

Default value: 'RenderToTextureMap'

PortalViewTarget[edit]

Type: Actor

actor that the portal view is based on (used for updating Controllers' VisiblePortals array)

TeleportingSound[edit]

Type: SoundCue

Sound to be played when someone teleports in

Default value: SoundCue'A_Gameplay.Portal.Portal_WalkThrough01Cue'

TextureTarget[edit]

Type: TextureRenderTarget2D

the texture that the component renders to

Default values[edit]

Property Value
bMovable False
bStatic False
Components[5] AudioComponent'AmbientSound'

Subobjects[edit]

AmbientSound[edit]

Class: Engine.AudioComponent

Property Value
bAutoPlay True
bShouldRemainActiveIfDropped True
bStopWhenOwnerDestroyed True
SoundCue SoundCue'A_Gameplay.Portal.Portal_Loop01Cue'

Arrow[edit]

Class: Engine.ArrowComponent

Inherits from: Teleporter.Arrow

No new values.

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: Teleporter.CollisionCylinder

Property Value
CollisionHeight 30.0
CollisionRadius 50.0

PathRenderer[edit]

Class: Engine.PathRenderingComponent

Inherits from: Teleporter.PathRenderer

No new values.

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: Teleporter.Sprite

No new values.

Sprite2[edit]

Class: Engine.SpriteComponent

Inherits from: Teleporter.Sprite2

No new values.

Functions[edit]

Events[edit]

Accept[edit]

simulated event bool Accept (Actor Incoming, Actor Source)

Overrides: Teleporter.Accept


PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: Teleporter.PostBeginPlay


Other instance functions[edit]

InitializePortalEffect[edit]

simulated function InitializePortalEffect (Actor Dest)