Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMesh
Description
Clears a stored mesh description and releases its memory. Leaves the bulk data in place if the mesh description is needed again.
| Name | ClearMeshDescription |
| 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 |
void ClearMeshDescription
(
const int32 InLODIndex
)
Parameters
| Name | Remarks |
|---|---|
| InLODIndex | The LOD index at which to clear out the mesh description. |