Navigation
API > API/Plugins > API/Plugins/SkeletonTemplateFrameworkRuntime
A skeleton named attribute.
| Name | FSkeletonNamedAttribute |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/SkeletonTemplateFramework/Source/Runtime/Public/SkeletonTemplateFramework/SkeletonTemplate.h |
| Include Path | #include "SkeletonTemplateFramework/SkeletonTemplate.h" |
Syntax
USTRUCT ()
struct FSkeletonNamedAttribute
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | The name of the attribute. | SkeletonTemplateFramework/SkeletonTemplate.h |
|
| ParentName | FName | The name of the parent attribute (optional) | SkeletonTemplateFramework/SkeletonTemplate.h |
|
| Type | TObjectPtr< const UClass > | The type of the attribute. | SkeletonTemplateFramework/SkeletonTemplate.h |
|