Navigation
API > API/Editor > API/Editor/AnimGraph
Description of an attribute.
| Name | FAnimGraphAttributeDesc |
| Type | struct |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphAttributes.h |
| Include Path | #include "AnimGraphAttributes.h" |
Syntax
USTRUCT ()
struct FAnimGraphAttributeDesc
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AnimGraphAttributes.h | |||
FAnimGraphAttributeDesc
(
FName InName, |
AnimGraphAttributes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Blend | EAnimGraphAttributeBlend | Blendability of the attribute. | AnimGraphAttributes.h |
|
| Color | FSlateColor | AnimGraphAttributes.h |
|
|
| DisplayMode | EAnimGraphAttributesDisplayMode | How the attribute is displayed in the graph. This overrides any settings per node type. | AnimGraphAttributes.h |
|
| DisplayName | FText | AnimGraphAttributes.h |
|
|
| Icon | FSlateBrush | AnimGraphAttributes.h |
|
|
| Name | FName | AnimGraphAttributes.h |
|
|
| SortOrder | int32 | How to sort the attribute. | AnimGraphAttributes.h |
|
| ToolTipText | FText | AnimGraphAttributes.h |
|