Cogito, ergo sum

UE3:UTVehicleWheel (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Component >> SVehicleWheel >> UTVehicleWheel
Package: 
UTGame
Direct subclasses:
UTHoverWheel, UTVehicleHellbenderWheel, UTVehicleScorpionWheel
This class in other games:
UDK

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

Properties[edit]

bDisableWheelOnDeath[edit]

Type: bool

If true, when vehicle dies, turn off this wheel.

bUseMaterialSpecificEffects[edit]

Type: bool

if set, this wheel should use material specific effects defined by the UTVehicle that owns it

EffectDesiredSpinDir[edit]

Type: float

if non-zero, only activate the wheel effect when SpinVel's sign is the same as this property

OldWheelParticleComp[edit]

Type: ParticleSystemComponent

old particle component left when switching materials so that it doesn't get abruptly cut off

Default values[edit]

Property Value
bCollidesPawns True
WheelPSCClass Class'UTGame.UTParticleSystemComponent'

Functions[edit]

Events[edit]

SetParticleEffect[edit]

event SetParticleEffect (UTVehicle OwnerVehicle, ParticleSystem NewTemplate)


Other instance functions[edit]

OldEffectFinished[edit]

function OldEffectFinished (ParticleSystemComponent PSystem)