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 | ||
| FSkeletalMeshCache | friend | MuCO/CustomizableObjectSkeletalMesh.h | ||
| MeshContext | TSharedPtr< FMutableMeshContext > | MuCO/CustomizableObjectSkeletalMesh.h | ||
| SkeletalMeshId | UE::Mutable::Private::FSkeletalMeshId | MuCO/CustomizableObjectSkeletalMesh.h | ||
| UCustomizableInstancePrivate | friend | MuCO/CustomizableObjectSkeletalMesh.h |