Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities/UpdateAlternateS-
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
(
USkeletalMesh * SkeletalMeshDest,
const FName & ProfileNameDest,
int32 LODIndexDest,
const IMeshUtilities::MeshBuildOptions & Options
)
Remarks
This function apply the skinning weights from the saved imported skinning weight data to the destination skeletal mesh. The Destination will receive the weights has the alternate weights.
Parameters
| Name | Description |
|---|---|
| SkeletalMeshDest | The skeletal mesh that will receive the alternate skinning weights. |
| LODIndexDest | the destination LOD |