Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription > API/Runtime/SkeletalMeshDescription/FSkeletalMeshAttributes
Description
Unregister an existing skin weight profile with the given name Returns true_ if theprofile was successfully unregistered. Returns false_ if the attribute wasn't registered or if `InProfileName_ is empty.
| Name | UnregisterSkinWeightAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/SkeletalMeshDescription/Public/SkeletalMeshAttributes.h |
| Include Path | #include "SkeletalMeshAttributes.h" |
| Source | /Engine/Source/Runtime/SkeletalMeshDescription/Private/SkeletalMeshAttributes.cpp |
bool UnregisterSkinWeightAttribute
(
const FName InProfileName
)