Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities
References
| Module | SkeletalMeshUtilitiesCommon |
| Header | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/LODUtilities.h |
| Include | #include "LODUtilities.h" |
| Source | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Private/LODUtilities.cpp |
static bool RestoreSkeletalMeshLODImportedData_DEPRECATED
&40;
USkeletalMesh &42; SkeletalMesh,
int32 LodIndex
&41;
Remarks
Restore the LOD imported model to the last imported data. Call this function if you want to remove the reduce on the base LOD
Parameters
| Name | Description |
|---|---|
| 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. |