FLODUtilities::RestoreSkeletalMeshLODImportedData

Restore the LOD imported model to the last imported data.

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 RestoreSkeletalMeshLODImportedData
(
    USkeletalMesh * SkeletalMesh,
    int32 LodIndex
)

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

Parameter

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.

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