Navigation
API > API/Plugins > API/Plugins/CustomizableObject
CustomizableObjectSkeletalMesh is a class inheriting from USkeletalMesh with the sole purpose of allowing skeletal meshes generated by Mutable to stream-in Mesh LODs.
| Name | UCustomizableObjectSkeletalMesh |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectSkeletalMesh.h |
| Include Path | #include "MuCO/CustomizableObjectSkeletalMesh.h" |
Syntax
UCLASS (MinimalAPI)
class UCustomizableObjectSkeletalMesh : public USkeletalMesh
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UStreamableRenderAsset → USkinnedAsset → USkeletalMesh → UCustomizableObjectSkeletalMesh
Implements Interfaces
- IInterface_AssetUserData
- IInterface_AsyncCompilation
- IInterface_CollisionDataProvider
- INodeMappingProviderInterface
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomizableObjectPathName | FString | MuCO/CustomizableObjectSkeletalMesh.h | ||
| FCustomizableObjectMeshStreamIn | friend | MuCO/CustomizableObjectSkeletalMesh.h | ||
| MeshIDs | TArray< mu::FResourceID > | Mesh IDs per LOD | MuCO/CustomizableObjectSkeletalMesh.h | |
| Model | TSharedPtr< mu::FModel, ESPMode::ThreadSafe > | MuCO/CustomizableObjectSkeletalMesh.h | ||
| ModelStreamableBulkData | TSharedPtr< FModelStreamableBulkData > | MuCO/CustomizableObjectSkeletalMesh.h | ||
| Parameters | TSharedPtr< mu::FParameters > | Instance parameters at the time of creation. | MuCO/CustomizableObjectSkeletalMesh.h | |
| SkinWeightProfileIDs | TArray< TPair< uint32, FName > > | MuCO/CustomizableObjectSkeletalMesh.h | ||
| State | int32 | MuCO/CustomizableObjectSkeletalMesh.h | ||
| SurfaceIDs | TArray< TArray< uint32 > > | MuCO/CustomizableObjectSkeletalMesh.h | ||
| UCustomizableInstancePrivate | friend | MuCO/CustomizableObjectSkeletalMesh.h |