Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/Dataflow > API/Runtime/DataflowEngine/Dataflow/UDataflowEdNode
- UEdGraphNode::GetPinHoverText()
- UDataflowEdNode::GetPinHoverText()
References
| Module | DataflowEngine |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowEdNode.h |
| Include | #include "Dataflow/DataflowEdNode.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Private/Dataflow/DataflowEdNode.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 |