Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphNode
- UEdGraphNode::GetPinHoverText()
- UMetasoundEditorGraphNode::GetPinHoverText()
- UMetasoundEditorGraphExternalNode::GetPinHoverText()
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphNode.h |
| Include | #include "MetasoundEditorGraphNode.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphNode.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 |