Navigation
API > API/Editor > API/Editor/AnimGraph
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphAttributes.h |
| Include | #include "AnimGraphAttributes.h" |
Syntax
enum EAnimGraphAttributeBlend
{
Blendable,
NonBlendable,
}
Values
| Name | Description |
|---|---|
| Blendable | Attribute is subject to weighted blends as it flows through the graph. |
| NonBlendable | Attribute is not blended. Corresponds to messaging between two nodes that are not necessarily directly connected. |