Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities
References
| Module | SkeletalMeshUtilitiesCommon |
| Header | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/LODUtilities.h |
| Include | #include "LODUtilities.h" |
| Source | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Private/LODUtilities.cpp |
static void ProcessImportMeshInfluences
(
const int32 VertexCount,
TArray< SkeletalMeshImportData::FRawBoneInfluence > & Influences,
const FString & MeshName
)
Remarks
Process and update the vertex Influences using the predefined wedges
Process and update the vertex Influences using the predefined wedges
Parameters
| Name | Description |
|---|---|
| VertexCount | The number of wedges in the corresponding mesh. |
| Influences | BoneWeights and Ids for the corresponding vertices. |
| MeshName | Name of mesh, used for warning messages |
| VertexCount | The number of vertices in the corresponding mesh. |
| Influences | BoneWeights and Ids for the corresponding vertices. |