FDynamicMeshAttributeSet::GetSkinWeightsAttribute

Returns a pointer to a skin weight attribute of the given 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"

Syntax

FDynamicMeshVertexSkinWeightsAttribute * GetSkinWeightsAttribute
(
    FName InProfileName
) const

Remarks

Returns a pointer to a skin weight attribute of the given profile name. If the attribute does not exist, a nullptr is returned.