Navigation
API > API/Plugins > API/Plugins/SkeletalMeshModifiers
References
| Module | SkeletalMeshModifiers |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/SkeletalMeshModifiers/Public/SkeletonModifier.h |
| Include | #include "SkeletonModifier.h" |
Syntax
enum EOrientAxis
{
None,
UMETA =(DisplayName = "+X", ToolTip = "Orients axis in the positive X direction"),
UMETA =(DisplayName = "+Y", ToolTip = "Orients axis in the positive Y direction"),
UMETA =(DisplayName = "+Z", ToolTip = "Orients axis in the positive Z direction"),
UMETA =(DisplayName = "-X", ToolTip = "Orients axis in the negative X direction"),
UMETA =(DisplayName = "-Y", ToolTip = "Orients axis in the negative Y direction"),
UMETA =(DisplayName = "-Z", ToolTip = "Orients axis in the negative Z direction"),
}
Values
| Name | Description |
|---|---|
| None | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |