Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.AnimObject | +-- Engine.MorphNodeBase | +-- Engine.MorphNodeWeightBase
MorphNodeWeight, MorphNodeWeightByBoneAngle, MorphNodeWeightByBoneRotation
Variables Summary | |
---|---|
array<MorphNodeConn> | NodeConns |
Inherited Variables from Engine.MorphNodeBase |
---|
bDrawSlider, NodeName |
Inherited Variables from Engine.AnimObject |
---|
CategoryDesc, DrawHeight, DrawWidth, NodePosX, NodePosY, OutDrawY, SkelComponent |
Structures Summary | ||
---|---|---|
MorphNodeConn ChildNodes, ConnName, DrawY |
Variables Detail |
---|
Array of connectors to which you can connect other MorphNodes.
Structures Detail |
---|
Draws this morph node in the AnimTreeEditor.
@param Canvas The canvas to use.
@param SelectedNodes Reference to array of all currently selected nodes, potentially including this node
ChildNodes:Array of nodes attached to this connector.ConnName:Name of this connector.DrawY:Used in editor to draw line to this connector.
Defaultproperties |
---|
defaultproperties
{
CategoryDesc = "Weight"
}
|
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |