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

UDKBase.UDKSkelControl_CantileverBeam

Extends
SkelControlLookAt
Modifiers
native ( Animation )

Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.AnimObject
   |   
   +-- Engine.SkelControlBase
      |   
      +-- Engine.SkelControlLookAt
         |   
         +-- UDKBase.UDKSkelControl_CantileverBeam

Direct Known Subclasses:

UTSkelControl_CantileverBeam

Variables Summary
vectorVelocity
vectorWorldSpaceGoal
LookAt
vectorInitialWorldSpaceGoalOffset
Spring
floatSpringDamping
floatSpringStiffness
UDKSkelControl_CantileverBeam
floatPercentBeamVelocityTransfer
Inherited Variables from Engine.SkelControlLookAt
ActorSpaceLookAtTarget, AllowRotationOtherBoneName, AllowRotationSpace, bAllowRotationX, bAllowRotationY, bAllowRotationZ, BaseBonePos, BaseLookDir, bDefineUpAxis, bDisableBeyondLimit, bEnableLimit, bInvertLookAtAxis, bInvertUpAxis, bLimitBasedOnRefPose, bNotifyBeyondLimit, bShowLimit, ControlBoneIndex, DeadZoneAngle, DesiredTargetLocation, LastCalcTime, LimitLookDir, LookAtAlpha, LookAtAlphaBlendTimeToGo, LookAtAlphaTarget, LookAtAxis, MaxAngle, OuterMaxAngle, TargetLocation, TargetLocationInterpSpeed, TargetLocationSpace, TargetSpaceBoneName, UpAxis
Inherited Variables from Engine.SkelControlBase
AnimMetaDataUpdateTag, AnimMetadataWeight, bControlledByAnimMetada, bEnableEaseInOut, bIgnoreWhenNotRendered, bInitializedCachedNodeList, bInvertMetadataWeight, BlendInTime, BlendOutTime, BlendTimeToGo, BlendType, BoneScale, bPostPhysicsController, bPropagateSetActive, bSetStrengthFromAnimNode, bShouldTickInScript, CachedNodeList, ControlName, ControlPosX, ControlPosY, ControlStrength, ControlTickTag, IgnoreAtOrAboveLOD, NextControl, StrengthAnimNodeNameList, StrengthTarget

Enumerations Summary
Inherited Enumerations from Engine.SkelControlBase
EBoneControlSpace

Delegates Summary
delegatevector EntireBeamVelocity ()))

Functions Summary
Inherited Functions from Engine.SkelControlLookAt
CanLookAtPoint, InterpolateTargetLocation, SetLookAtAlpha, SetTargetLocation
Inherited Functions from Engine.SkelControlBase
GetControlMetadataWeight, SetSkelControlActive, SetSkelControlStrength, TickSkelControl


Variables Detail

Velocity Source code

var vector Velocity;
Current Velocity that TargetLocation is travelling at

WorldSpaceGoal Source code

var vector WorldSpaceGoal;
The TargetLocation's goal (e.g. where it wants to be)

LookAt

InitialWorldSpaceGoalOffset Source code

var(LookAt) vector InitialWorldSpaceGoalOffset;
from the initial bone, where to go to get the starting location for WorldSpaceGoal (in localbonespace)

Spring

SpringDamping Source code

var(Spring) float SpringDamping;

SpringStiffness Source code

var(Spring) float SpringStiffness;

UDKSkelControl_CantileverBeam

PercentBeamVelocityTransfer Source code

var(UDKSkelControl_CantileverBeam) float PercentBeamVelocityTransfer;
how much we want the tip of the beam to get of the base velocity


Delegates Detail

EntireBeamVelocity Source code

delegate vector EntireBeamVelocity ( ) )
the speed the entire beam is travelling at. (a delegate for cases like a tank, where we want the whole tank to effect less than the turret moving)


Defaultproperties

defaultproperties
{
	SpringStiffness=0
	SpringDamping=0
	WorldSpaceGoal=(X=0,Y=0,Z=0)
	Velocity=(X=0,Y=0,Z=0)
	PercentBeamVelocityTransfer = 0.9;
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:58.324 - Created with UnCodeX