FLODUtilities::SimplifySkeletalMeshLOD

Simplifies the static mesh based upon various user settings for DesiredLOD This is private function that gets called by SimplifySkeletalMesh

Windows
MacOS
Linux

References

Module

SkeletalMeshUtilitiesCommon

Header

/Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/LODUtilities.h

Include

#include "LODUtilities.h"

Source

/Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Private/LODUtilities.cpp

Syntax

static void SimplifySkeletalMeshLOD
(
    USkeletalMesh * SkeletalMesh,
    int32 DesiredLOD,
    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

Parameter

Description

SkeletalMesh

The skeletal mesh and actor components to operate on.

DesiredLOD

Desired LOD

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss