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