Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStaticMesh
Description
Return the MeshDescription associate to the LODIndex. The mesh description can be created on the fly if it was null and there is a FRawMesh data for this LODIndex.
| Name | GetMeshDescription |
| 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 |
FMeshDescription * GetMeshDescription
(
int32 LodIndex
) const