Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities/SimplifySkeletalMeshLOD
References
| Module | SkeletalMeshUtilitiesCommon |
| Header | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/LODUtilities.h |
| Include | #include "LODUtilities.h" |
static void SimplifySkeletalMeshLOD
(
USkeletalMesh * SkeletalMesh,
int32 DesiredLOD,
const class ITargetPlatform * TargetPlatform,
bool bRestoreClothing,
class FThreadSafeBool * OutNeedsPackageDirtied
)
Remarks
Simplifies the static mesh based upon various user settings for DesiredLOD This is private function that gets called by SimplifySkeletalMesh
Parameters
| Name | Description |
|---|---|
| SkeletalMesh | The skeletal mesh and actor components to operate on. |
| DesiredLOD | Desired LOD |