Gah - a solution with more questions. – EntropicLqd
UE2:SVehicleWheel (UT2004)
Object >> SVehicleWheel |
Contents
- 1 Properties
- 1.1 Property group 'SVehicleWheel'
- 1.1.1 Adhesion
- 1.1.2 bHandbrakeWheel
- 1.1.3 bLeftTrack
- 1.1.4 BoneName
- 1.1.5 BoneOffset
- 1.1.6 BoneRollAxis
- 1.1.7 BoneSteerAxis
- 1.1.8 bPoweredWheel
- 1.1.9 bTrackWheel
- 1.1.10 ChassisTorque
- 1.1.11 DriveForce
- 1.1.12 HandbrakeFrictionFactor
- 1.1.13 HandbrakeSlipFactor
- 1.1.14 LatFriction
- 1.1.15 LatSlip
- 1.1.16 LatSlipFunc
- 1.1.17 LongFriction
- 1.1.18 LongFrictionFunc
- 1.1.19 LongSlip
- 1.1.20 PenOffset
- 1.1.21 PenScale
- 1.1.22 Restitution
- 1.1.23 Softness
- 1.1.24 Steer
- 1.1.25 SteerType
- 1.1.26 SupportBoneAxis
- 1.1.27 SupportBoneName
- 1.1.28 SuspensionMaxRenderTravel
- 1.1.29 SuspensionOffset
- 1.1.30 SuspensionTravel
- 1.1.31 WheelInertia
- 1.1.32 WheelRadius
- 1.2 Internal variables
- 1.1 Property group 'SVehicleWheel'
- 2 Enums
- Package:
- Engine
- This class in other games:
- UE2Runtime, U2, UDK, UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
Property group 'SVehicleWheel'
Adhesion
Type: float
bHandbrakeWheel
Type: bool
bLeftTrack
Type: bool
BoneName
Type: name
BoneOffset
Type: Object.Vector
Offset from wheel bone to line check point (middle of tyre). NB: Not affected by scale.
BoneRollAxis
Type: Object.EAxis
Local axis to rotate the wheel around for normal rolling movement.
BoneSteerAxis
Type: Object.EAxis
Local axis to rotate the wheel around for steering.
Default value: AXIS_Z
bPoweredWheel
Type: bool
bTrackWheel
Type: bool
ChassisTorque
Type: float
DriveForce
Type: float
resultant linear driving force at wheel center
HandbrakeFrictionFactor
Type: float
Default value: 1.0
HandbrakeSlipFactor
Type: float
Default value: 1.0
LatFriction
Type: float
maximum linear longitudinal (roll) friction force
LatSlip
Type: float
LatSlipFunc
Type: Object.InterpCurve
LongFriction
Type: float
maximum linear longitudinal (roll) friction force
LongFrictionFunc
Type: Object.InterpCurve
Function of SlipVel
LongSlip
Type: float
PenOffset
Type: float
PenScale
Type: float
Default value: 1.0
Restitution
Type: float
Softness
Type: float
Default value: 0.05
Steer
Type: float
degrees
SteerType
Type: EVehicleSteerType
How steering affects this wheel.
SupportBoneAxis
Type: Object.EAxis
Default value: AXIS_Y
SupportBoneName
Type: name
Name of strut etc. that will be rotated around local X as wheel goes up and down.
SuspensionMaxRenderTravel
Type: float
Default value: 50.0
SuspensionOffset
Type: float
SuspensionTravel
Type: float
Default value: 50.0
WheelInertia
Type: float
Default value: 1.0
WheelRadius
Type: float
Length of line check. Usually 2x wheel radius.
Default value: 35.0
Internal variables
bWheelOnGround
Type: bool
CurrentRotation
Type: float
KContact
Type: pointer
Modifiers: transient, const
SlipAngle
Type: float
Angle between wheel facing direction and wheel travelling direction. In degrees.
SlipVel
Type: float
Difference in linear velocity between ground and wheel at contact.
SpinVel
Type: float
Radians per sec
SupportPivotDistance
Type: float
SuspensionPosition
Type: float
Output position of
TireLoad
Type: float
Load on tire
TrackVel
Type: float
Radians per sec
WheelAxle
Type: Object.Vector
Wheel axle in world ref frame. Unit length.
WheelDir
Type: Object.Vector
Wheel 'forward' in world ref frame. Unit length.
WheelPosition
Type: Object.Vector
Wheel center in actor ref frame. Calculated using BoneOffset above.
Enums
EVehicleSteerType
- VST_Fixed
- VST_Steered
- VST_Inverted