Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.AnimObject | +-- Engine.SkelControlBase | +-- Engine.SkelControlSingleBone | +-- Engine.SkelControlHandlebars
Variables Summary | |
---|---|
int | SteerWheelBoneIndex |
HandleBars | |
bool | bInvertRotation |
EAxis | HandlebarRotateAxis |
name | WheelBoneName |
EAxis | WheelRollAxis |
Enumerations Summary |
---|
Inherited Enumerations from Engine.SkelControlBase |
---|
EBoneControlSpace |
Functions Summary |
---|
Inherited Functions from Engine.SkelControlBase |
---|
GetControlMetadataWeight, SetSkelControlActive, SetSkelControlStrength, TickSkelControl |
Variables Detail |
---|
Cached index of the wheel bone
Axis around which steering occurs.
Name of the bone whose rotation will control the steering
Axis around which wheel rolling occurs.
Defaultproperties |
---|
defaultproperties { bApplyTranslation=false bAddTranslation=false BoneTranslationSpace=BCS_BoneSpace bApplyRotation=true bAddRotation=false BoneRotationSpace=BCS_BoneSpace WheelRollAxis=AXIS_Y bIgnoreWhenNotRendered=true HandlebarRotateAxis=AXIS_Z bInvertRotation = false SteerWheelBoneIndex=-1 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |