Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshAttributeSet
Description
Returns a pointer to a skin weight attribute of the given profile name. If the attribute does not exist, a nullptr is returned.
| Name | GetSkinWeightsAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include Path | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
FDynamicMeshVertexSkinWeightsAttribute * GetSkinWeightsAttribute
(
FName InProfileName
) const