FDynamicMeshAttributeSet::AttachSkinWeightsAttribute

Skin weights Create a new skin weights attribute with a given skin weights profile name.

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h

Include

#include "DynamicMesh/DynamicMeshAttributeSet.h"

Source

/Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshAttributeSet.cpp

Syntax

void AttachSkinWeightsAttribute
(
    FName InProfileName,
    FDynamicMeshVertexSkinWeightsAttribute * InAttribute
)

Remarks

Skin weights Create a new skin weights attribute with a given skin weights profile name. If an attribute already exists with that name, that existing attribute will be deleted.