Navigation
API > API/Plugins > API/Plugins/SkeletonTemplateFrameworkRuntime
A skeleton named attribute set.
| Name | FSkeletonNamedAttributeSet |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/SkeletonTemplateFramework/Source/Runtime/Public/SkeletonTemplateFramework/SkeletonTemplate.h |
| Include Path | #include "SkeletonTemplateFramework/SkeletonTemplate.h" |
Syntax
USTRUCT ()
struct FSkeletonNamedAttributeSet
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | The name of the attribute set. | SkeletonTemplateFramework/SkeletonTemplate.h |
|
| NamedAttributes | TArray< FName > | The list of attributes within this set. | SkeletonTemplateFramework/SkeletonTemplate.h |
|