Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMesh
Description
Clears the stored mesh description and the bulk data. Use this to mark the LOD as being auto-generated. Once this function is called, the LOD settings for this level should be updated to reflect how the geometry should be autogenerated from a prior LOD.
| Name | ClearMeshDescriptionAndBulkData |
| 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 ClearMeshDescriptionAndBulkData
(
const int32 InLODIndex
)
Parameters
| Name | Remarks |
|---|---|
| InLODIndex | The LOD index at which to clear out the mesh description and bulk data. |