Mostly Harmless
UE3:MorphNodeMultiPose (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)
Object >> AnimObject >> MorphNodeBase >> MorphNodeMultiPose |
- Package:
- Engine
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 'MorphNodeMultiPose'
MorphNames
Name of morph target to use for this pose node. Actual MorphTarget is looked up by name in the MorphSets array in the SkeletalMeshComponent.
Weights
default weight is 1.f. But it can be scaled for tweaking.
Internal variables
Targets
Type: array<MorphTarget>
Modifiers: transient
Native functions
AddMorphTarget
Add the MorphTarget to use for this MorphNodeMultiPose by name. Will find it in the owning SkeletalMeshComponent MorphSets array using FindMorphTarget.
RemoveMorphTarget
native final function RemoveMorphTarget (name MorphTargetName)
Remove the MorphTarget from using for this MorphNodeMultiPose by name. Will find it in the owning SkeletalMeshComponent MorphSets array using FindMorphTarget.
UpdateMorphTarget
Update weight of the morph target