Navigation
API > API/Editor > API/Editor/AnimGraph
Enum that indicates level of support of this node for a particular asset class
| Name | EAnimAssetHandlerType |
| Type | enum |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include Path | #include "AnimGraphNode_Base.h" |
Syntax
enum EAnimAssetHandlerType
{
PrimaryHandler,
Supported,
NotSupported,
}
Values
| Name | Remarks |
|---|---|
| PrimaryHandler | |
| Supported | |
| NotSupported |