Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities
Description
Restore the LOD imported model to the last imported data. Call this function if you want to remove the reduce on the base LOD
| Name | RestoreSkeletalMeshLODImportedData_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/LODUtilities.h |
| Include Path | #include "LODUtilities.h" |
| Source | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Private/LODUtilities.cpp |
static bool RestoreSkeletalMeshLODImportedData_DEPRECATED
(
USkeletalMesh * SkeletalMesh,
int32 LodIndex
)
Parameters
| Name | Remarks |
|---|---|
| SkeletalMesh | The skeletal mesh to operate on. |
| LodIndex | The LOD index to restore the imported LOD model |
| bReregisterComponent | if true the component using the skeletal mesh will all be re register. |