Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
- UEdGraphNode::GetPinHoverText()
- UK2Node::GetPinHoverText()
- UAnimGraphNode_Base::GetPinHoverText()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include | #include "AnimGraphNode_Base.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
virtual void GetPinHoverText
&40;
const UEdGraphPin & Pin,
FString & HoverTextOut
&41; const
Remarks
Fetch the hover text for a pin when the graph is being edited.
Parameters
| Name | Description |
|---|---|
| Pin | The pin to fetch hover text for (should belong to this node) |
| HoverTextOut | This will get filled out with the requested text |