Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStaticMesh
Description
Clone the MeshDescription associated to the LODIndex.
This will make a copy of any pending mesh description that hasn't been committed or will deserialize from the bulkdata or rawmesh directly if no current working copy exists.
| Name | CloneMeshDescription |
| 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 |
bool CloneMeshDescription
(
int32 LodIndex,
FMeshDescription & OutMeshDescription
) const