Navigation
API > API/Plugins > API/Plugins/SkeletalMeshModifiers
| Name | USkeletalMeshMergeOptions |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/SkeletalMeshModifiers/Public/SkeletonModifier.h |
| Include Path | #include "SkeletonModifier.h" |
Syntax
UCLASS (HideCategories=Object, MinimalAPI)
class USkeletalMeshMergeOptions : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USkeletalMeshMergeOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMergeAll | bool | Also apply the changes to the skeletal meshes referencing the same skeleton | SkeletonModifier.h |
|
| MergeType | ESKeletalMeshMergeType | Changes merge type (New or Merge) | SkeletonModifier.h |
|