Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObject.h |
| Include | #include "MuCO/CustomizableObject.h" |
Syntax
struct FMergedSkeleton
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | ComponentIndex | Component Index and Ids of the Skeletons involved in the merge. Used to identify the skeleton. | |
| TWeakObjectPtr< USkeleton > | Skeleton | Merged skeleton. | |
| TArray< uint16 > | SkeletonIds |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMergedSkeleton
(
TObjectPtr< USkeleton > InSkeleton, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FMergedSkeleton& Other |