Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Legacy:KTire

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 :: Actor >> KActor >> KTire (Package: Engine)

This native, abstract class is a tire for use with vehicles.

Properties[edit]

Hidden[edit]

float Adhesion 
'stickyness' in the normal dir
bool bReceiveStateNew 
bool bTireOnGround 
If this tire is currently in contact with something.
material GroundMaterial 
material that tyre is touching
ESurfaceTypes GroundSurfaceType 
surface type that the tyre is touching
float LateralFriction 
friction coeff. in sideways direction
float LateralSlip 
max first-order (force ~ vel) slip in sideways direction
float MinSlip 
minimum slip (both directions)
KRigidBodyState ReceiveState 
float Restitution 
'bouncyness' in the normal dir
float RollFriction 
friction coeff. in tyre direction
float RollSlip 
max first-order (force ~ vel) slip in tyre direction
float SlipRate 
amount of extra slip per unit velocity
float Softness 
'softness' in the normal dir
float SpinSpeed 
current speed (65535 = 1 rev/sec) of this wheel spinning about its axis
KCarWheelJoint WheelJoint 
joint holding this wheel to chassis etc.

Functions[edit]

TakeDamage(int Damage, Pawn instigatedBy, vector hitlocation, vector momentum, class<DamageType> damageType) 
EMTPY. By default, nothing happens if you shoot a tire.

Events[edit]

bool KUpdateState( out KRigidBodyState newState ) 
This even is for updating the state (position, velocity etc.) of the tire's karma body when we get new information from the network.

Related Topics[edit]

Discussion[edit]