Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FSkinWeightsUtilities
Description
This function reimport all skin weights profile for a specified LOD. Return true if the weights are successfully updates. If it return false, nothing in the skeletal skin weights was modified.
| Name | ReimportAlternateSkinWeight |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SkinWeightsUtilities.h |
| Include Path | #include "SkinWeightsUtilities.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/SkinWeightsUtilities.cpp |
static bool ReimportAlternateSkinWeight
(
USkeletalMesh * SkeletalMesh,
int32 TargetLODIndex
)
Parameters
| Name | Remarks |
|---|---|
| SkeletalMesh | The skeletal mesh to operate on. @Param TargetLODIndex - The LODIndex to imp[ort the skin weight |
| bReregisterComponent | if true the component using the skeletal mesh will all be re register. |