Navigation
API > API/Editor > API/Editor/AnimGraph
| |
|
| Name |
EAnimGraphAttributeBlend |
| Type |
enum |
| Header File |
/Engine/Source/Editor/AnimGraph/Public/AnimGraphAttributes.h |
| Include Path |
#include "AnimGraphAttributes.h" |
Syntax
enum EAnimGraphAttributeBlend
{
Blendable,
NonBlendable,
}
Values
| Name |
Remarks |
| 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. |