Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
skeletal controller that tries to keep a bone within a certain distance of the ground within its constraints Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.AnimObject | +-- Engine.SkelControlBase | +-- Engine.SkelControlSingleBone | +-- UDKBase.UDKSkelControl_HugGround
UTSkelControl_HugGround
Variables Summary | |
---|---|
float | LastUpdateTime |
UDKSkelControl_HugGround | |
bool | bOppositeFromParent |
float | DesiredGroundDist |
float | MaxDist |
float | MaxTranslationPerSec |
name | ParentBone |
float | XYDistFromParentBone |
float | ZDistFromParentBone |
Enumerations Summary |
---|
Inherited Enumerations from Engine.SkelControlBase |
---|
EBoneControlSpace |
Functions Summary |
---|
Inherited Functions from Engine.SkelControlBase |
---|
GetControlMetadataWeight, SetSkelControlActive, SetSkelControlStrength, TickSkelControl |
Variables Detail |
---|
time bone transforms were last updated
if true, rotate the bone in the opposite direction of the parent instead of in the same direction
desired distance from bone to ground
maximum distance the bone may be moved from its normal location
maximum amount the BoneTranslation may change per second
optional name of a bone that the controlled bone will always be rotated towards
if ParentBone is specified and this is greater than zero always keep the controlled bone exactly this many units from it
Defaultproperties |
---|
defaultproperties { DesiredGroundDist=60.0 MaxDist=60.0 bApplyTranslation=true bAddTranslation=true BoneRotationSpace=BCS_BoneSpace BoneTranslationSpace=BCS_ActorSpace bIgnoreWhenNotRendered=true MaxTranslationPerSec=150.0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |