Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription > API/Runtime/SkeletalMeshDescription/FSkeletalMeshAttributesShared
Description
Returns `true_ if the given identifier is a valid profile name. If the name is empty, or matches the default profile, then the profile name is considered invalid.
| Name | IsValidSkinWeightProfileName |
| Type | function |
| Header File | /Engine/Source/Runtime/SkeletalMeshDescription/Public/SkeletalMeshAttributes.h |
| Include Path | #include "SkeletalMeshAttributes.h" |
| Source | /Engine/Source/Runtime/SkeletalMeshDescription/Private/SkeletalMeshAttributes.cpp |
static bool IsValidSkinWeightProfileName
(
const FName InProfileName
)