Navigation
API > API/Editor > API/Editor/StaticMeshEditor > API/Editor/StaticMeshEditor/UStaticMeshEditorSubsystem
References
| Module | StaticMeshEditor |
| Header | /Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorSubsystem.h |
| Include | #include "StaticMeshEditorSubsystem.h" |
| Source | /Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorSubsystem.cpp |
void GetLodReductionSettings
&40;
const UStaticMesh &42; StaticMesh,
const int32 LodIndex,
FMeshReductionSettings & OutReductionOptions
&41;
Remarks
Copy the reduction options with the specified LOD reduction settings.
Parameters
| Name | Description |
|---|---|
| StaticMesh | Mesh to process. |
| LodIndex | The LOD we get the reduction settings. |
| OutReductionOptions | The reduction settings where we copy the reduction options. |