There is no spoon

UE3:UTVehicle_Viper properties (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTVehicle >> UTHoverVehicle >> UTVehicle_Viper (properties)

;Other member categories for this class::UTVehicle Viper defaults

Properties[edit]

Property group 'Movement'[edit]

FallingNoseDownTorque[edit]

Type: float

When falling, apply this torque to gently tip the nose of the vehicle down.

Default value: 100.0

GlideAirSpeed[edit]

Type: float


Default value: 1.0

GlideSpeedReductionRate[edit]

Type: float


Default value: 1.0

GlidingGravity[edit]

Type: float

CustomGravityScaling setting when wings are extended

Default value: 0.3

JumpCheckTraceDist[edit]

Type: float

How far down to trace to check if we can jump

Default value: 175.0

JumpForceMag[edit]

Type: float


Default value: 600.0

MaxJumpDuration[edit]

Type: float


Default value: 0.9

MinJumpDuration[edit]

Type: float


Default value: 0.5

MinZJumpVel[edit]

Type: float


Default value: 500.0

NormalGravity[edit]

Type: float

CustomGravityScaling setting when wings not extended

Default value: 0.9

Internal variables[edit]

bDoBikeJump[edit]

Type: bool

Modifiers: repnotify


bHoldingDuck[edit]

Type: bool

Modifiers: repnotify


BoostDir[edit]

Type: Object.Vector

replicated vector specifies force to apply to self-destructing viper (in direction ejecting driver was last looking when he left)

BoostForce[edit]

Type: float

magnitude to apply when determining BoostDir

Default value: 500.0

bPressingAltFire[edit]

Type: bool


bScriptedSelfDestruct[edit]

Type: bool

set when AI wants to self destruct or when forced by Kismet

bSelfDestructArmed[edit]

Type: bool

Modifiers: repnotify

replicated property identifies that self destruct is engaged

bSelfDestructInProgress[edit]

Type: bool

Whether or not the self destruct sequence is in progress

bSelfDestructReady[edit]

Type: bool

flag for whether or not self destruct will go off if the vehicle is left

CurveSound[edit]

Type: AudioComponent

sound played on sudden curves

DestructStartTime[edit]

Type: float

when self destruct was engaged

DuckSound[edit]

Type: SoundCue


EjectSoundCue[edit]

Type: SoundCue


ExhaustIndex[edit]

Type: int

This is the index of the effect that controls the jet exhause

ExhaustParamName[edit]

Type: name


GlideBlend[edit]

Type: AnimNodeBlend

anim node that controls the gliding animation. Child 0 should be the normal anim, Child 1 the gliding anim.

GlideBlendTime[edit]

Type: float

how long it takes to switch between gliding animation states

IdleAnimNode[edit]

Type: AnimNodeSequence

anim node that plays the idling animation.

JumpCountdown[edit]

Type: float


JumpSound[edit]

Type: SoundCue


MaxDestructDuration[edit]

Type: float

how long self destruct lasts before blowing up if no targets found

Default value: 2.2

SelfDestructDamageType[edit]

Type: class<UTDamageType>

Self destruct effect properties

SelfDestructEffect[edit]

Type: ParticleSystemComponent

the actual effect, var-ed so we can end it more appropriately

SelfDestructEffectTemplate[edit]

Type: ParticleSystem

effect played when self destructing

SelfDestructInstigator[edit]

Type: Controller

who gets credit for self destruct damage caused

SelfDestructReadySnd[edit]

Type: SoundCue

sound to be played when Self Destruct is armed

SelfDestructSoundCue[edit]

Type: SoundCue


SelfDestructSpinName[edit]

Type: name

name of skel control to perform the self destruct spin move

TimeToRiseForSelfDestruct[edit]

Type: float

How long Rise must be > 0 to self destruct

ViperSelfDestructToolTipIcon[edit]

Type: UIRoot.TextureCoordinates

Texture coordinates for SelfDestruct tooltip

Default values[edit]

See UTVehicle_Viper defaults.