Navigation
API > API/Plugins > API/Plugins/SkeletalMeshMorphTargetEditingTo-
Copyright Epic Games, Inc. All Rights Reserved.
| Name | EMorphTargetEditorOperation |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Animation/SkeletalMeshMorphTargetEditingTools/Source/SkeletalMeshMorphTargetEditingTools/Public/MorphTargetEditingToolProperties.h |
| Include Path | #include "MorphTargetEditingToolProperties.h" |
Syntax
enum EMorphTargetEditorOperation
{
New,
Edit,
}
Values
| Name | Remarks |
|---|---|
| New | Add new MorphTarget, select a morph target before activating the tool to edit. |
| Edit | Edit existing MorphTarget, deselect morph targets before activating the tool to create a new morph target. |