Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_CurveSource
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_CurveSource.h |
| Include | #include "AnimGraphNode_CurveSource.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_CurveSource : public UAnimGraphNode_Base
Remarks
Supply curves from some external source (e.g. audio)
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| FString | Gets the menu category this node belongs in. | ||
| void | GetOutputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. |