Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription > API/Runtime/SkeletalMeshDescription/FSkeletalMeshAttributesShared
References
| Module | SkeletalMeshDescription |
| Header | /Engine/Source/Runtime/SkeletalMeshDescription/Public/SkeletalMeshAttributes.h |
| Include | #include "SkeletalMeshAttributes.h" |
| Source | /Engine/Source/Runtime/SkeletalMeshDescription/Private/SkeletalMeshAttributes.cpp |
TArray < FName > GetSkinWeightProfileNames
(
const bool bInUserDefinedOnly
) const
Remarks
Skin Weights Methods Returns the list of all registered skin weight profile names on this mesh. The list of the profile names.
Parameters
| Name | Description |
|---|---|
| bInUserDefinedOnly | Only return user-defined profiles, not the default profile. |