Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UK2Node_AnimNodeReference |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/K2Node_AnimNodeReference.h |
| Include Path | #include "K2Node_AnimNodeReference.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_AnimNodeReference : public UK2Node
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UK2Node_AnimNodeReference
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Tag | FName | The node tag we reference | K2Node_AnimNodeReference.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetLabelText() |
Get the text used for the node's label. | K2Node_AnimNodeReference.h | |
FName GetTag() |
Get the tag for this node, if any. | K2Node_AnimNodeReference.h | |
void SetTag
(
FName InTag |
Set the tag for this node. | K2Node_AnimNodeReference.h |