Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshRenderData
Description
Return the current first LOD that can be used for rendering starting at MinLODIdx. This takes into account the streaming status from CurrentFirstLODIdx, and MinLODIdx is expected to be UStaticMesh::MinLOD, which is platform specific.
| Name | GetCurrentFirstLOD |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StaticMeshResources.h |
| Include Path | #include "StaticMeshResources.h" |
const FStaticMeshLODResources * GetCurrentFirstLOD
(
int32 MinLODIdx
) const