Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/TargetInterfaces > API/Runtime/InteractiveToolsFramework/TargetInterfaces/IMeshDescriptionProvider
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/TargetInterfaces/MeshDescriptionProvider.h |
| Include | #include "TargetInterfaces/MeshDescriptionProvider.h" |
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.
Parameters
| Name | Description |
|---|---|
| bSkipAutoGenerated | Skip auto-generated LODs, which have no associated source Mesh Description |