The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:MorphTargetSet (UT3)
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
BaseSkelMesh[edit]
Type: SkeletalMesh
SkeletalMesh that this MorphTargetSet works on.
Targets[edit]
Type: array<MorphTarget>
Array of pointers to MorphTarget objects, containing vertex deformation information.
Native functions[edit]
FindMorphTarget[edit]
native final function MorphTarget FindMorphTarget (name MorphTargetName)
Find a morph target by name in this MorphTargetSet.