Navigation
API > API/Editor > API/Editor/SkeletalMeshEditor > API/Editor/SkeletalMeshEditor/USkeletalMeshEditorSubsystem
References
| Module | SkeletalMeshEditor |
| Header | /Engine/Source/Editor/SkeletalMeshEditor/Public/SkeletalMeshEditorSubsystem.h |
| Include | #include "SkeletalMeshEditorSubsystem.h" |
| Source | /Engine/Source/Editor/SkeletalMeshEditor/Private/SkeletalMeshEditorSubsystem.cpp |
int32 GetLODMaterialSlot
&40;
USkeletalMesh &42; SkeletalMesh,
int32 LODIndex,
int32 SectionIndex
&41;
Remarks
Gets the material slot used for a specific LOD section. MaterialSlotIndex Index of the material slot used by the section or INDEX_NONE in case of error.
Parameters
| Name | Description |
|---|---|
| SkeletalMesh | SkeletalMesh to get the material index from. |
| LODIndex | Index of the StaticMesh LOD. |
| SectionIndex | Index of the StaticMesh Section. |