I'm a doctor, not a mechanic

UE3:UTVehicle_Hoverboard internal variables (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTVehicle >> UTHoverVehicle >> UTVehicle_Hoverboard (internal variables)

Contents

UTVehicle_Hoverboard internal variables in other games:
UT3
Other member categories for this class:
UTVehicle Hoverboard instance functions

Internal variables[edit]

AutoSpin[edit]

Type: float


bDisableRepulsorsAtMaxFallSpeed[edit]

Type: bool

disable repulsors if the vehicle has negative Z velocity exceeds the Driver's MaxFallSpeed

Default value: True

bDoHoverboardJump[edit]

Type: bool

Modifiers: repnotify


bForceSpinWarmup[edit]

Type: bool


bGrab1[edit]

Type: bool


bGrab2[edit]

Type: bool


bGrabbingBoard[edit]

Type: bool


bInAJump[edit]

Type: bool

True when in-air as the result of a jump

bInTow[edit]

Type: bool

Tow Cable

bIsDodging[edit]

Type: bool

True when requesting dodge

bLeftGround[edit]

Type: bool


BlueDustEffect[edit]

Type: ParticleSystem


BlueThrusterEffect[edit]

Type: ParticleSystem


bNoVehicleEntry[edit]

Type: bool

set when ragdolling, so DriverLeave() doesn't try to stick driver in another vehicle

bTrickJumping[edit]

Type: bool


CameraInitialOut[edit]

Type: float

camera smooth out

CurrentHeadYaw[edit]

Type: float

Modifiers: transient

Used internally for limiting how quickly the head tracks.

CurrentLookYaw[edit]

Type: float

Modifiers: transient

The current angle (in radians) between the way the board is pointing and the way the player is looking.

CurrentSteerOffset[edit]

Type: float

Current offset applied to look direction for board

CurrentTowDistance[edit]

Type: float

Modifiers: const

Used internally - current length of tow 'rope'.

CurrentViewRoll[edit]

Type: int


CurveSound[edit]

Type: AudioComponent

Sounds

DesiredSpeedSquared[edit]

Type: float

If bot's speed is less than this for a while, it leaves the hoverboard to go on foot fot a bit instead

DistanceJointInstance[edit]

Type: RB_ConstraintInstance

Modifiers: editinline, export


Default value: RB_ConstraintInstance'UTGame.Default__UTVehicle_Hoverboard:MyDistanceJointInstance'

DistanceJointSetup[edit]

Type: RB_DistanceJointSetup

Modifiers: editinline, export


Default value: RB_DistanceJointSetup'UTGame.Default__UTVehicle_Hoverboard:MyDistanceJointSetup'

DodgeForce[edit]

Type: Object.Vector

Dodge force to apply (has direction)

DoubleClickMove[edit]

Type: Actor.EDoubleClickDir

Save Doubleclick move from player

DustBoardHeightParamName[edit]

Type: name


Default value: 'BoardHeight'

DustVelMagParamName[edit]

Type: name


Default value: 'BoardVelMag'

DustVelParamName[edit]

Type: name


Default value: 'BoardVel'

EngineThrustSound[edit]

Type: SoundCue


FallingDamageRagdollThreshold[edit]

Type: int

How much falling damage player can take on hoverboard without ragdolling

Default value: 10

FootBoardConstraintSetup[edit]

Type: RB_ConstraintSetup

Modifiers: editinline, export


GroundNormal[edit]

Type: Object.Vector

Modifiers: transient


HandleMesh[edit]

Type: StaticMeshComponent

hoverboard handle mesh, attached separately to driver

HoverboardDust[edit]

Type: ParticleSystemComponent

Emitter under the board making dust.

Default value: UTParticleSystemComponent'HoverboardDust0'

HoverboardMesh[edit]

Type: UTSkeletalMeshComponent

Hoverboard mesh visible attachment

JumpDelay[edit]

Type: float


Default value: 1.0

JumpSound[edit]

Type: SoundCue


LandedCountdown[edit]

Type: float


LastDesiredSpeedTime[edit]

Type: float

last time bot's speed was at or above DesiredSpeedSquared

LastJumpTime[edit]

Type: float


LastTryTowCableTime[edit]

Type: float

AI property for tow cable use

LeanUprightConstraintInstance[edit]

Type: RB_ConstraintInstance

Modifiers: editinline, export


LeanUprightConstraintSetup[edit]

Type: RB_StayUprightSetup

Modifiers: editinline, export


LeftFootBoardConstraintInstance[edit]

Type: RB_ConstraintInstance

Modifiers: editinline, export


OverWaterSound[edit]

Type: SoundCue

Cue played when over water.

PhysWeightBlendTimeToGo[edit]

Type: float


RedDustEffect[edit]

Type: ParticleSystem


RedThrusterEffect[edit]

Type: ParticleSystem


RightFootBoardConstraintInstance[edit]

Type: RB_ConstraintInstance

Modifiers: editinline, export


RoosterEffect[edit]

Type: ParticleSystemComponent

Effect when moving quickly over water.

RoosterEffectTemplate[edit]

Type: ParticleSystem


RoosterNoise[edit]

Type: AudioComponent

Noise to play when rooster tail is active.

RoosterSoundCue[edit]

Type: SoundCue


RoosterTurnScale[edit]

Type: float

How much to turn effect to side based on steering.

Default value: 1.0

SpineTurnControl[edit]

Type: SkelControlSingleBone

Controller used to turn the spine.

SpinHeadingOffset[edit]

Type: float


TakeoffYaw[edit]

Type: float


TargetPhysicsWeight[edit]

Type: float


TargetPitch[edit]

Type: float

Modifiers: transient


ThrusterEffect[edit]

Type: ParticleSystemComponent


ThrusterEffectSocket[edit]

Type: name


TowBeamEmitter[edit]

Type: ParticleSystemComponent

The emitter that shows the attachment

TowBeamEndParameterName[edit]

Type: name

parameter for tow beam endpoint

Default value: 'TetherEnd'

TowBeamEndPointEffect[edit]

Type: ParticleSystemComponent

The emitter on the end point of the towbeam

TowBeamIntensityName[edit]

Type: name

This is the name to use to control the intensity of the tow beam *

TowBeamTeamEmitters[edit]

Type: ParticleSystem

Array size: 2

The reference particle systems for the beam emitter (per team)

TowBeamTeamEndPoints[edit]

Type: ParticleSystem

Array size: 2

The reference particle systems for the end point emitter (per team)

TowControl[edit]

Type: SkelControlLookAt

Controller used to point arm at vehicle you are towed behind.

TowDistanceChangeSpeed[edit]

Type: float

Controls how quickly length of tow rope changes when holding throttle.

Default value: 300.0

TowEndedSound[edit]

Type: SoundCue


TowInfo[edit]

Type: TowInfoData

Modifiers: repnotify


TowLineBlockedBreakTime[edit]

Type: float

Time that tow line has to be blocked before it breaks.

Default value: 0.25

TowLineBlockedFor[edit]

Type: float

How long the tow line has been blocked for so far.

TowLocalAttachPos[edit]

Type: Object.Vector

Location for towing constraint in vehicle space.

Default value:

Member Value
X 50.0
Y 0.0
Z 50.0

TowLoopComponent[edit]

Type: AudioComponent


TowLoopCue[edit]

Type: SoundCue


TowStartedSound[edit]

Type: SoundCue


TrickJumpWarmup[edit]

Type: float


TrickSpinWarmup[edit]

Type: float


TurnSound[edit]

Type: SoundCue