Navigation
API > API/Editor > API/Editor/AnimGraph
The type of a property binding
| Name | EAnimGraphNodePropertyBindingType |
| Type | enum |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include Path | #include "AnimGraphNode_Base.h" |
Syntax
enum EAnimGraphNodePropertyBindingType
{
None,
Property,
Function,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Property | |
| Function |