Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:MorphNodePose (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05:24, 17 January 2010 by (Talk)
Object >> AnimObject >> MorphNodeBase >> MorphNodePose |
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
Property group 'MorphNodePose'
MorphName
Type: name
Name of morph target to use for this pose node. Actual MorphTarget is looked up by name in the MorphSets array in the SkeletalMeshComponent.
Weight
Type: float
default weight is 1.f. But it can be scaled for tweaking.
Default value: 1.0
Internal variables
Target
Type: MorphTarget
Modifiers: transient
Cached pointer to actual MorphTarget object.
Native functions
SetMorphTarget
native final function SetMorphTarget (name MorphTargetName)
Set the MorphTarget to use for this MorphNodePose by name. Will find it in the owning SkeletalMeshComponent MorphSets array using FindMorphTarget.