Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UK2Node
- UK2Node_AnimNodeReference
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/K2Node_AnimNodeReference.h |
| Include | #include "K2Node_AnimNodeReference.h" |
Syntax
UCLASS ()
class UK2Node_AnimNodeReference : public UK2Node
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetLabelText () |
Get the text used for the node's label. | |
| FName | GetTag () |
Get the tag for this node, if any. | |
| void | SetTag
(
FName InTag |
Set the tag for this node. |