Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:MorphTargetSet (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> MorphTargetSet |
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
BaseSkelMesh
Type: SkeletalMesh
SkeletalMesh that this MorphTargetSet works on.
RawWedgePointIndices
Type: Object.Array_Mirror{TArray< TArray<WORD> >}
Modifiers: const, native, editoronly
morph mesh original wedge point indices for each LOD - used to remap
Targets
Type: array<MorphTarget>
Array of pointers to MorphTarget objects, containing vertex deformation information.
Native functions
FindMorphTarget
native final function MorphTarget FindMorphTarget (name MorphTargetName)
Find a morph target by name in this MorphTargetSet.