Navigation
Unreal Engine C++ API Reference > Developer > SkeletalMeshUtilitiesCommon > FLODUtilities > UpdateAlternateSkinWeights
Deprecated * Please use the new overloads of UpdateAlternateSkinWeights that take an IMeshUtilities::MeshBuildOptions. Note that IMeshUtilities::MeshBuildOptions::bComputeNormals/Tangents has the opposite meaning of ShouldImportNormals/Tangents.
References
Module | SkeletalMeshUtilitiesCommon |
Header | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/LODUtilities.h |
Include | #include "LODUtilities.h" |
Source | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Private/LODUtilities.cpp |
static bool UpdateAlternateSkinWeights ( [FSkeletalMeshLODModel](API\Runtime\Engine\Rendering\FSkeletalMeshLODModel) & LODModelDest, [FSkeletalMeshImportData](API\Runtime\Engine\Rendering\FSkeletalMeshImportData) & ImportDataDest, [USkeletalMesh](API\Runtime\Engine\Engine\USkeletalMesh) * SkeletalMeshDest, const [FReferenceSkeleton](API\Runtime\Engine\FReferenceSkeleton) & RefSkeleton, const [FName](API\Runtime\Core\UObject\FName) & ProfileNameDest, int32 LODIndexDest, [FOverlappingThresholds](API\Runtime\Engine\FOverlappingThresholds) OverlappingThresholds, bool ShouldImportNormals, bool ShouldImportTangents, bool bUseMikkTSpace, bool bComputeWeightedNormals )