Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/ToolTargets > API/Plugins/ModelingComponentsEditorOnly/ToolTargets/UStaticMeshCompo-
- IMeshDescriptionProvider::GetAvailableLODs()
- UStaticMeshComponentToolTarget::GetAvailableLODs()
References
| Module | ModelingComponentsEditorOnly |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/ToolTargets/StaticMeshComponentToolTarget.h |
| Include | #include "ToolTargets/StaticMeshComponentToolTarget.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Private/ToolTargets/StaticMeshComponentToolTarget.cpp |
virtual TArray < EMeshLODIdentifier > GetAvailableLODs
(
bool bSkipAutoGenerated
) const
Remarks
For providers that have LODs (i.e. if SupportsLODs returns true), returns an array of all available LODs. Otherwise, returns an array with just the Default LOD.