Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTSkelControl_HugGround

Extends
SkelControlSingleBone
Modifiers
native ( Animation ) hidecategories ( Translation , Rotation , Adjustment )

skeletal controller that tries to keep a bone within a certain distance of the ground within its constraints Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SkelControlBase
   |   
   +-- Engine.SkelControlSingleBone
      |   
      +-- UTGame.UTSkelControl_HugGround

Variables Summary
floatLastUpdateTime
UTSkelControl_HugGround
boolbOppositeFromParent
floatDesiredGroundDist
floatMaxDist
floatMaxTranslationPerSec
nameParentBone
floatXYDistFromParentBone
floatZDistFromParentBone
Inherited Variables from Engine.SkelControlSingleBone
bAddRotation, bAddTranslation, bApplyRotation, bApplyTranslation, BoneRotation, BoneRotationSpace, BoneTranslation, BoneTranslationSpace, RotationSpaceBoneName, TranslationSpaceBoneName
Inherited Variables from Engine.SkelControlBase
bEnableEaseInOut, bIgnoreWhenNotRendered, bInitializedCachedNodeList, BlendInTime, BlendOutTime, BlendTimeToGo, BoneScale, bPropagateSetActive, bSetStrengthFromAnimNode, CachedNodeList, ControlName, ControlPosX, ControlPosY, ControlStrength, ControlTickTag, DrawWidth, IgnoreAtOrAboveLOD, NextControl, SkelComponent, StrengthAnimNodeNameList, StrengthTarget

Enumerations Summary
Inherited Enumerations from Engine.SkelControlBase
EBoneControlSpace

Functions Summary
Inherited Functions from Engine.SkelControlBase
SetSkelControlActive, SetSkelControlStrength


Variables Detail

LastUpdateTime Source code

var transient float LastUpdateTime;
time bone transforms were last updated

UTSkelControl_HugGround

bOppositeFromParent Source code

var(UTSkelControl_HugGround) bool bOppositeFromParent;
if true, rotate the bone in the opposite direction of the parent instead of in the same direction

DesiredGroundDist Source code

var(UTSkelControl_HugGround) float DesiredGroundDist;
desired distance from bone to ground

MaxDist Source code

var(UTSkelControl_HugGround) float MaxDist;
maximum distance the bone may be moved from its normal location

MaxTranslationPerSec Source code

var(UTSkelControl_HugGround) float MaxTranslationPerSec;
maximum amount the BoneTranslation may change per second

ParentBone Source code

var(UTSkelControl_HugGround) name ParentBone;
optional name of a bone that the controlled bone will always be rotated towards

XYDistFromParentBone Source code

var(UTSkelControl_HugGround) float XYDistFromParentBone;
if ParentBone is specified and this is greater than zero always keep the controlled bone exactly this many units from it

ZDistFromParentBone Source code

var(UTSkelControl_HugGround) float ZDistFromParentBone;


Defaultproperties

defaultproperties
{
   DesiredGroundDist=60.000000
   MaxDist=60.000000
   MaxTranslationPerSec=150.000000
   bApplyTranslation=True
   bAddTranslation=True
   BoneTranslationSpace=BCS_ActorSpace
   BoneRotationSpace=BCS_BoneSpace
   bIgnoreWhenNotRendered=True
   Name="Default__UTSkelControl_HugGround"
   ObjectArchetype=SkelControlSingleBone'Engine.Default__SkelControlSingleBone'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:57.033 - Created with UnCodeX