Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStaticMesh
Description
Returns the render data to use for exporting the specified LOD. This method should always be called when exporting a static mesh.
| Name | GetLODForExport |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
| Include Path | #include "Engine/StaticMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StaticMesh.cpp |
const FStaticMeshLODResources & GetLODForExport
(
int32 LODIndex
) const