FLODUtilities::RemoveLODs

Removes the specified LODs 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 RemoveLODs
(
    FSkeletalMeshUpdateContext & UpdateContext,
    const TArray< int32 > & DesiredLODs
)

Remarks

Removes the specified LODs from the SkeletalMesh.

Parameters

Parameter

Description

UpdateContext

The skeletal mesh and actor components to operate on.

DesiredLODs

The array of LOD index to remove the LOD from. The order is irrelevant since the array will be sorted to be reverse iterate.

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