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 |
static void GetLodBuildSettings
&40;
const USkeletalMesh &42; SkeletalMesh,
const int32 LodIndex,
FSkeletalMeshBuildSettings & OutBuildOptions
&41;
Remarks
Copy the build options with the specified LOD build settings.
Parameters
| Name | Description |
|---|---|
| SkeletalMesh | Mesh to process. |
| LodIndex | The LOD we get the reduction settings. |
| OutBuildOptions | The build settings where we copy the build options. |