Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMesh
Description
Returns the MeshDescription object associated with the given LOD index. If there's no import data at this LOD, and the LOD is auto-generated, then a `nullptr_ is returned.
| Name | GetMeshDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h |
| Include Path | #include "Engine/SkeletalMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp |
FMeshDescription * GetMeshDescription
(
const int32 InLODIndex
) const
Parameters
| Name | Remarks |
|---|---|
| InLODIndex | The LOD index to retrieve a FMeshDescription object for. |