UAnimGraphNode_CurveSource

Supply curves from some external source (e.g. audio)

Unreal Engine C++ API Reference > Editor > AnimGraph

Inheritance Hierarchy

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_CurveSource.h
Include #include "AnimGraphNode_CurveSource.h"

Syntax

class UAnimGraphNode_CurveSource : public [UAnimGraphNode_Base](API\Editor\AnimGraph\UAnimGraphNode_Base)  

Remarks

Supply curves from some external source (e.g. audio)

Overridden from UAnimGraphNode_Base

Type Name Description
FString GetNodeCategory () 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.

Overridden from UEdGraphNode

Type Name Description
FText GetNodeTitle ( ENodeTitleType::Type TitleType ) Gets the name of this node, shown in title bar
FText GetTooltipText () Gets the tooltip to display when over the node

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library