Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription > API/Runtime/SkeletalMeshDescription/FSkeletalMeshOperations
Description
Function will do the following steps on the MeshDescription (SkeletalMeshDescription) :
- Sort influences by weight and BoneIndex.
- Normalize influence weights.
- provide flag if InfluenceCount exceeds MAX_TOTAL_INFLUENCES
- Make sure all verts have influences set (if none exist bone 0 with weight 1)
| Name | ValidateAndFixInfluences |
| Type | function |
| Header File | /Engine/Source/Runtime/SkeletalMeshDescription/Public/SkeletalMeshOperations.h |
| Include Path | #include "SkeletalMeshOperations.h" |
| Source | /Engine/Source/Runtime/SkeletalMeshDescription/Private/SkeletalMeshOperations.cpp |
static void ValidateAndFixInfluences
(
FMeshDescription & MeshDescription,
bool & bOutInfluenceCountLimitHit
)