FLODUtilities::RemoveLOD

Removes a particular LOD from the SkeletalMesh.

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 RemoveLOD
(
    FSkeletalMeshUpdateContext & UpdateContext,
    int32 DesiredLOD
)

Remarks

Removes a particular LOD from the SkeletalMesh.

Parameters

Parameter

Description

UpdateContext

The skeletal mesh and actor components to operate on.

DesiredLOD

The LOD index to remove the LOD from.

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