The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:MorphNodeWeightBase (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> AnimObject >> MorphNodeBase >> MorphNodeWeightBase |
- Package:
- Engine
- Direct subclasses:
- MorphNodeWeight, MorphNodeWeightByBoneAngle, MorphNodeWeightByBoneRotation
- This class in other games:
- UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Properties
NodeConns
Type: array<MorphNodeConn>
Array of connectors to which you can connect other MorphNodes.
Default values
Property | Value |
---|---|
CategoryDesc | "Weight" |
Structs
MorphNodeConn
Modifiers: native
- array<MorphNodeBase> ChildNodes
- Array of nodes attached to this connector.
- name ConnName
- Name of this connector.
- int DrawY
- Used in editor to draw line to this connector.