I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTJumpPad (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> NavigationPoint >> UTJumpPad
Package: 
UTGame
This class in other games:
UT2003, UT2004, UDK

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

Properties[edit]

Property group 'UTJumpPad'[edit]

JumpAirControl[edit]

Type: float


Default value: 0.05

JumpSound[edit]

Type: SoundCue


Default value: SoundCue'A_Gameplay.JumpPad.Cue.A_Gameplay_JumpPad_Activate_Cue'

JumpTarget[edit]

Type: PathNode


JumpTime[edit]

Type: float


Default value: 2.0

Internal variables[edit]

JumpAmbientSound[edit]

Type: AudioComponent


Default value: AudioComponent'AmbientSound'

JumpVelocity[edit]

Type: Object.Vector


Default values[edit]

Property Value
BadSprite None
bBlockedForVehicles True
bCollideActors True
bDestinationOnly True
bMovable False
bSpecialMove True
bStatic False
CollisionType COLLIDE_CustomDefault
Components[0] ArrowComponent'Arrow'
Components[1] CylinderComponent'CollisionCylinder'
Components[2] PathRenderingComponent'PathRenderer'
Components[3] DynamicLightEnvironmentComponent'JumpPadLightEnvironment'
Components[4] StaticMeshComponent'StaticMeshComponent0'
Components[5] UTParticleSystemComponent'ParticleSystemComponent1'
Components[6] AudioComponent'AmbientSound'
GoodSprite None

Subobjects[edit]

AmbientSound[edit]

Class: Engine.AudioComponent

Property Value
bAutoPlay True
bShouldRemainActiveIfDropped True
bStopWhenOwnerDestroyed True
SoundCue SoundCue'A_Gameplay.JumpPad.JumpPad_Ambient01Cue'

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

JumpPadLightEnvironment[edit]

Class: Engine.DynamicLightEnvironmentComponent

Property Value
bCastShadows False
bDynamic False

ParticleSystemComponent1[edit]

Class: UTGame.UTParticleSystemComponent

Property Value
Template ParticleSystem'PICKUPS.jump_pad.P_Pickups_Jump_Pad_FX'
Translation
Member Value
X 0.0
Y 0.0
Z -35.0

PathRenderer[edit]

Class: Engine.PathRenderingComponent

Inherits from: NavigationPoint.PathRenderer

No new values.

StaticMeshComponent0[edit]

Class: Engine.StaticMeshComponent

Property Value
bCastDynamicShadow False
bForceDirectLightMap True
bUseAsOccluder False
CastShadow False
CollideActors False
LightEnvironment DynamicLightEnvironmentComponent'UTGame.Default__UTJumpPad:JumpPadLightEnvironment'
LightingChannels
Member Value
BSP True
Static True
StaticMesh StaticMesh'PICKUPS.jump_pad.S_Pickups_Jump_Pad'
Translation
Member Value
X 0.0
Y 0.0
Z -47.0

Events[edit]

PostTouch[edit]

event PostTouch (Actor Other)

Overrides: Actor.PostTouch


SuggestMovePreparation[edit]

event bool SuggestMovePreparation (Pawn Other)

Overrides: NavigationPoint.SuggestMovePreparation


Touch[edit]

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

Overrides: Actor.Touch