Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/UStaticMeshReadOnlyToolTarget
Description
Configure active LOD to edit. Can only call this after Component is configured in base UPrimitiveComponentToolTarget. If requested LOD does not exist, fall back to one that does.
| Name | SetEditingLOD |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/ToolTargets/StaticMeshToolTarget.h |
| Include Path | #include "ToolTargets/StaticMeshToolTarget.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Private/ToolTargets/StaticMeshToolTarget.cpp |
virtual void SetEditingLOD
(
EMeshLODIdentifier RequestedEditingLOD
)