Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IMeshDescriptionProvider
Description
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.
| Name | GetAvailableLODs |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MeshDescriptionProvider.h |
| Include Path | #include "TargetInterfaces/MeshDescriptionProvider.h" |
virtual TArray < EMeshLODIdentifier > GetAvailableLODs
(
bool bSkipAutoGenerated
) const
Parameters
| Name | Remarks |
|---|---|
| bSkipAutoGenerated | Skip auto-generated LODs, which have no associated source Mesh Description |