Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_ModifyCurve
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_ModifyCurve.h |
| Include | #include "AnimGraphNode_ModifyCurve.h" |
Syntax
class UAnimGraphNode_ModifyCurve : public UAnimGraphNode_Base
Remarks
Easy way to modify curve values on a pose
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FText | Override to provide a default category for specific node types to be listed under. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
Gets a list of actions that can be done to this particular node | |
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | Gets the tooltip to display when over the node |