Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities
Description
Re-generate all (editor-only) skin weight profile, used whenever we rebuild the skeletal mesh data which could change the chunking and bone indices
If BoneInfluenceLimit is 0, the DefaultBoneInfluenceLimit from the project settings will be used.
| Name | RegenerateAllImportSkinWeightProfileData |
| 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 void RegenerateAllImportSkinWeightProfileData
(
FSkeletalMeshLODModel & LODModelDest,
int32 BoneInfluenceLimit,
const ITargetPlatform * TargetPlatform
)