Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities
Description
Restore the custom imported morph target in the mesh description. Return true if the mesh description was changed because it restore some morph targets
| Name | RestoreCustomImportedMorphTargetData |
| Type | function |
| Header File | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/LODUtilities.h |
| Include Path | #include "LODUtilities.h" |
| Source | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Private/LODUtilities.cpp |
static bool RestoreCustomImportedMorphTargetData
(
USkeletalMesh * SkeletalMesh,
const int32 LodIndex,
FMeshDescription & LodMeshDescription,
const TMap< FString, TArray< FMorphTargetLodBackupData > > & BackupImportedMorphTargetData
)