Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription > API/Runtime/SkeletalMeshDescription/FSkeletalMeshAttributes
Description
Skin Weights Methods Register a new skin weight profile with the given name. The attribute name will encode the profile name and it will be listed in GetSkinWeightProfileNames(). Returns true_ if the profile was successfully registered. Returns false_ if the attribute was already registered or if IsValidSkinWeightProfileName() returned false.
| Name | RegisterSkinWeightAttribute |
| 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 RegisterSkinWeightAttribute
(
const FName InProfileName
)